/linux/fs/fuse/ |
A D | virtio_fs.c | 399 struct virtio_fs_forget *forget, in send_forget_request() argument 412 kfree(forget); in send_forget_request() 435 kfree(forget); in send_forget_request() 457 struct virtio_fs_forget *forget; in virtio_fs_hiprio_dispatch_work() local 465 if (!forget) { in virtio_fs_hiprio_dispatch_work() 470 list_del(&forget->list); in virtio_fs_hiprio_dispatch_work() 472 if (send_forget_request(fsvq, forget, true)) in virtio_fs_hiprio_dispatch_work() 979 struct virtio_fs_forget *forget; in virtio_fs_wake_forget_and_unlock() local 993 forget = kmalloc(sizeof(*forget), GFP_NOFS | __GFP_NOFAIL); in virtio_fs_wake_forget_and_unlock() 994 req = &forget->req; in virtio_fs_wake_forget_and_unlock() [all …]
|
A D | dir.c | 226 if (!forget) in fuse_dentry_revalidate() 251 kfree(forget); in fuse_dentry_revalidate() 375 forget = fuse_alloc_forget(); in fuse_lookup_name() 377 if (!forget) in fuse_lookup_name() 405 kfree(forget); in fuse_lookup_name() 485 if (!forget) in fuse_create_open() 541 kfree(forget); in fuse_create_open() 558 kfree(forget); in fuse_create_open() 628 if (!forget) in create_new_entry() 653 kfree(forget); in create_new_entry() [all …]
|
A D | dev.c | 241 forget->forget_one.nodeid = nodeid; in fuse_queue_forget() 242 forget->forget_one.nlookup = nlookup; in fuse_queue_forget() 246 fiq->forget_list_tail->next = forget; in fuse_queue_forget() 247 fiq->forget_list_tail = forget; in fuse_queue_forget() 250 kfree(forget); in fuse_queue_forget() 1105 .nlookup = forget->forget_one.nlookup, in fuse_read_single_forget() 1109 .nodeid = forget->forget_one.nodeid, in fuse_read_single_forget() 1115 kfree(forget); in fuse_read_single_forget() 1165 sizeof(forget->forget_one)); in fuse_read_batch_forget() 1167 head = forget->next; in fuse_read_batch_forget() [all …]
|
A D | inode.c | 89 fi->forget = fuse_alloc_forget(); in fuse_alloc_inode() 90 if (!fi->forget) in fuse_alloc_inode() 99 kfree(fi->forget); in fuse_alloc_inode() 110 kfree(fi->forget); in fuse_free_inode() 132 fuse_queue_forget(fc, fi->forget, fi->nodeid, in fuse_evict_inode() 134 fi->forget = NULL; in fuse_evict_inode()
|
A D | fuse_i.h | 79 struct fuse_forget_link *forget; member 945 void fuse_queue_forget(struct fuse_conn *fc, struct fuse_forget_link *forget,
|
/linux/Documentation/filesystems/ |
A D | udf.rst | 45 belonging to that uid and gid. Mount options also accept the string "forget". 46 The forget option causes all IDs to be written to disk as -1 which is a way 50 the interactively logged on user, and also specify the forget option. This way
|
/linux/Documentation/scsi/ |
A D | scsi_eh.rst | 153 assumed to forget about the scmd at that point. However, if a scmd 154 has timed out, unless hostt->eh_timed_out() made lower layers forget 161 forget about - timed out scmds later. 203 device forget about timed out scmds and make them ready for new 357 all related hardware forget about the scmd. 397 and STU doesn't make lower layers forget about those 452 On completion, the handler should have made lower layers forget about 496 lower layers forget about them before doing anything else with
|
/linux/fs/adfs/ |
A D | dir.c | 294 goto forget; in adfs_dir_update() 298 goto forget; in adfs_dir_update() 314 forget: in adfs_dir_update()
|
/linux/tools/testing/selftests/rcutorture/bin/ |
A D | kvm-recheck.sh | 83 echo Did you forget to switch your compiler with '--kmake-arg CC=<cc-that-supports-kcsan>'?
|
/linux/Documentation/arm/sa1100/ |
A D | serial_uart.rst | 50 - don't forget to add 'ttySA0', 'console', or the appropriate tty name
|
/linux/drivers/net/ethernet/mscc/ |
A D | ocelot_net.c | 506 } forget; member 524 ocelot_mact_forget(ocelot, w->forget.addr, w->forget.vid); in ocelot_mact_work() 555 ether_addr_copy(w.forget.addr, addr); in ocelot_mc_unsync() 556 w.forget.vid = OCELOT_VLAN_UNAWARE_PVID; in ocelot_mc_unsync()
|
/linux/Documentation/admin-guide/media/ |
A D | saa7134.rst | 73 submitting the patch using ``git send-email``. Don't forget to
|
/linux/Documentation/networking/ |
A D | driver.rst | 69 3) Do not forget that once you return NETDEV_TX_OK from your
|
/linux/Documentation/driver-api/thermal/ |
A D | nouveau_thermal.rst | 52 NOTE: Remember that the values are stored as milli degrees Celsius. Don't forget
|
/linux/Documentation/process/ |
A D | 8.Conclusion.rst | 29 And, of course, one should not forget https://kernel.org/, the definitive
|
A D | volatile-considered-harmful.rst | 42 forget anything it knows. There will be no optimization problems with
|
/linux/Documentation/driver-api/rapidio/ |
A D | mport_cdev.rst | 52 Supports blocking, asynchronous and posted (a.k.a 'fire-and-forget') data
|
/linux/Documentation/x86/ |
A D | entry_64.rst | 61 not* use SWAPGS blindly - nor must we forget doing a SWAPGS when it's
|
/linux/arch/arm/mach-davinci/ |
A D | Kconfig | 152 Say Y here to use the NAND flash. Do not forget to setup
|
/linux/Documentation/i2c/busses/ |
A D | i2c-i801.rst | 137 i2c-scmi driver works for you, just forget about the i2c-i801 driver and
|
/linux/scripts/ |
A D | Kbuild.include | 134 # It is a typical mistake to forget the FORCE prerequisite. Check it here so
|
/linux/Documentation/vm/ |
A D | memory-model.rst | 14 completely distinct addresses. And, don't forget about NUMA, where
|
/linux/Documentation/core-api/ |
A D | memory-allocation.rst | 176 don't forget to destroy the cache with kmem_cache_destroy().
|
/linux/sound/pci/hda/ |
A D | Kconfig | 23 This option enables the HD-audio controller. Don't forget
|
/linux/Documentation/networking/device_drivers/hamradio/ |
A D | z8530drv.rst | 57 and don't forget to insert a call of sccinit after that. It 613 Don't forget to convert the octal numbers into decimal before
|