/Linux-v5.10/fs/fuse/ |
D | virtio_fs.c | 398 struct virtio_fs_forget *forget, in send_forget_request() argument 405 struct virtio_fs_forget_req *req = &forget->req; in send_forget_request() 411 kfree(forget); in send_forget_request() 419 ret = virtqueue_add_outbuf(vq, &sg, 1, forget, GFP_ATOMIC); in send_forget_request() 424 list_add_tail(&forget->list, &fsvq->queued_reqs); in send_forget_request() 434 kfree(forget); in send_forget_request() 456 struct virtio_fs_forget *forget; in virtio_fs_hiprio_dispatch_work() local 462 forget = list_first_entry_or_null(&fsvq->queued_reqs, in virtio_fs_hiprio_dispatch_work() 464 if (!forget) { in virtio_fs_hiprio_dispatch_work() 469 list_del(&forget->list); in virtio_fs_hiprio_dispatch_work() [all …]
|
D | dir.c | 211 struct fuse_forget_link *forget; in fuse_dentry_revalidate() local 224 forget = fuse_alloc_forget(); in fuse_dentry_revalidate() 226 if (!forget) in fuse_dentry_revalidate() 243 fuse_queue_forget(fm->fc, forget, in fuse_dentry_revalidate() 251 kfree(forget); in fuse_dentry_revalidate() 411 struct fuse_forget_link *forget; in fuse_lookup_name() local 421 forget = fuse_alloc_forget(); in fuse_lookup_name() 423 if (!forget) in fuse_lookup_name() 445 fuse_queue_forget(fm->fc, forget, outarg->nodeid, 1); in fuse_lookup_name() 451 kfree(forget); in fuse_lookup_name() [all …]
|
D | dev.c | 236 void fuse_queue_forget(struct fuse_conn *fc, struct fuse_forget_link *forget, in fuse_queue_forget() argument 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() 1100 struct fuse_forget_link *forget = fuse_dequeue_forget(fiq, 1, NULL); in fuse_read_single_forget() local 1102 .nlookup = forget->forget_one.nlookup, in fuse_read_single_forget() 1106 .nodeid = forget->forget_one.nodeid, in fuse_read_single_forget() 1112 kfree(forget); in fuse_read_single_forget() [all …]
|
D | inode.c | 90 fi->forget = fuse_alloc_forget(); in fuse_alloc_inode() 91 if (!fi->forget) in fuse_alloc_inode() 100 kfree(fi->forget); in fuse_alloc_inode() 111 kfree(fi->forget); in fuse_free_inode() 130 fuse_queue_forget(fc, fi->forget, fi->nodeid, in fuse_evict_inode() 132 fi->forget = NULL; in fuse_evict_inode()
|
D | fuse_i.h | 79 struct fuse_forget_link *forget; member 880 void fuse_queue_forget(struct fuse_conn *fc, struct fuse_forget_link *forget,
|
/Linux-v5.10/Documentation/filesystems/ |
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-v5.10/fs/adfs/ |
D | dir.c | 294 goto forget; in adfs_dir_update() 298 goto forget; in adfs_dir_update() 314 forget: in adfs_dir_update()
|
/Linux-v5.10/Documentation/scsi/ |
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-v5.10/tools/testing/selftests/rcutorture/bin/ |
D | kvm-recheck.sh | 80 echo Did you forget to switch your compiler with '--kmake-arg CC=<cc-that-supports-kcsan>'?
|
/Linux-v5.10/Documentation/arm/sa1100/ |
D | serial_uart.rst | 50 - don't forget to add 'ttySA0', 'console', or the appropriate tty name
|
/Linux-v5.10/Documentation/admin-guide/media/ |
D | saa7134.rst | 72 submitting the patch using ``git send-email``. Don't forget to
|
/Linux-v5.10/Documentation/networking/ |
D | driver.rst | 69 3) Do not forget that once you return NETDEV_TX_OK from your
|
/Linux-v5.10/Documentation/driver-api/thermal/ |
D | nouveau_thermal.rst | 52 NOTE: Remember that the values are stored as milli degrees Celsius. Don't forget
|
/Linux-v5.10/Documentation/process/ |
D | 8.Conclusion.rst | 29 And, of course, one should not forget https://kernel.org/, the definitive
|
D | volatile-considered-harmful.rst | 42 forget anything it knows. There will be no optimization problems with
|
/Linux-v5.10/Documentation/driver-api/rapidio/ |
D | mport_cdev.rst | 52 Supports blocking, asynchronous and posted (a.k.a 'fire-and-forget') data
|
/Linux-v5.10/Documentation/x86/ |
D | entry_64.rst | 61 not* use SWAPGS blindly - nor must we forget doing a SWAPGS when it's
|
/Linux-v5.10/arch/arm/mach-davinci/ |
D | Kconfig | 154 Say Y here to use the NAND flash. Do not forget to setup
|
/Linux-v5.10/Documentation/i2c/busses/ |
D | i2c-i801.rst | 137 i2c-scmi driver works for you, just forget about the i2c-i801 driver and
|
/Linux-v5.10/sound/pci/hda/ |
D | Kconfig | 23 This option enables the HD-audio controller. Don't forget
|
/Linux-v5.10/Documentation/core-api/ |
D | memory-allocation.rst | 172 don't forget to destroy the cache with kmem_cache_destroy().
|
/Linux-v5.10/Documentation/virt/kvm/ |
D | running-nested-guests.rst | 220 out because when reporting bugs, people tend to forget to even
|
/Linux-v5.10/fs/reiserfs/ |
D | README | 65 quite cryptic if your forget to do so.
|
/Linux-v5.10/Documentation/networking/device_drivers/hamradio/ |
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
|
/Linux-v5.10/Documentation/sound/cards/ |
D | cmipci.rst | 147 off. (Also don't forget to turn on "IEC958 Output Switch", too.)
|