| /Linux-v5.4/fs/fuse/ |
| D | virtio_fs.c | 318 struct virtio_fs_forget *forget; in virtio_fs_hiprio_dispatch_work() local 330 forget = list_first_entry_or_null(&fsvq->queued_reqs, in virtio_fs_hiprio_dispatch_work() 332 if (!forget) { in virtio_fs_hiprio_dispatch_work() 337 list_del(&forget->list); in virtio_fs_hiprio_dispatch_work() 341 kfree(forget); in virtio_fs_hiprio_dispatch_work() 345 sg_init_one(&sg, forget, sizeof(*forget)); in virtio_fs_hiprio_dispatch_work() 349 ret = virtqueue_add_sgs(vq, sgs, 1, 0, forget, GFP_ATOMIC); in virtio_fs_hiprio_dispatch_work() 354 list_add_tail(&forget->list, in virtio_fs_hiprio_dispatch_work() 362 kfree(forget); in virtio_fs_hiprio_dispatch_work() 712 struct virtio_fs_forget *forget; in virtio_fs_wake_forget_and_unlock() local [all …]
|
| D | dir.c | 210 struct fuse_forget_link *forget; in fuse_dentry_revalidate() local 223 forget = fuse_alloc_forget(); in fuse_dentry_revalidate() 225 if (!forget) in fuse_dentry_revalidate() 241 fuse_queue_forget(fc, forget, outarg.nodeid, 1); in fuse_dentry_revalidate() 248 kfree(forget); in fuse_dentry_revalidate() 327 struct fuse_forget_link *forget; in fuse_lookup_name() local 337 forget = fuse_alloc_forget(); in fuse_lookup_name() 339 if (!forget) in fuse_lookup_name() 361 fuse_queue_forget(fc, forget, outarg->nodeid, 1); in fuse_lookup_name() 367 kfree(forget); in fuse_lookup_name() [all …]
|
| D | dev.c | 232 void fuse_queue_forget(struct fuse_conn *fc, struct fuse_forget_link *forget, in fuse_queue_forget() argument 237 forget->forget_one.nodeid = nodeid; in fuse_queue_forget() 238 forget->forget_one.nlookup = nlookup; in fuse_queue_forget() 242 fiq->forget_list_tail->next = forget; in fuse_queue_forget() 243 fiq->forget_list_tail = forget; in fuse_queue_forget() 246 kfree(forget); in fuse_queue_forget() 1080 struct fuse_forget_link *forget = fuse_dequeue_forget(fiq, 1, NULL); in fuse_read_single_forget() local 1082 .nlookup = forget->forget_one.nlookup, in fuse_read_single_forget() 1086 .nodeid = forget->forget_one.nodeid, in fuse_read_single_forget() 1092 kfree(forget); in fuse_read_single_forget() [all …]
|
| D | inode.c | 89 fi->forget = fuse_alloc_forget(); in fuse_alloc_inode() 90 if (!fi->forget) { in fuse_alloc_inode() 103 kfree(fi->forget); in fuse_free_inode() 115 fuse_queue_forget(fc, fi->forget, fi->nodeid, fi->nlookup); in fuse_evict_inode() 116 fi->forget = NULL; in fuse_evict_inode()
|
| D | fuse_i.h | 79 struct fuse_forget_link *forget; member 811 void fuse_queue_forget(struct fuse_conn *fc, struct fuse_forget_link *forget,
|
| /Linux-v5.4/Documentation/filesystems/ |
| D | udf.txt | 40 belonging to that uid and gid. Mount options also accept the string "forget". 41 The forget option causes all IDs to be written to disk as -1 which is a way 45 the interactively logged on user, and also specify the forget option. This way
|
| /Linux-v5.4/Documentation/filesystems/nfs/ |
| D | fault_injection.txt | 23 process the first n items it finds. So if you want to forget 5 locks, echo '5' 24 to <debug_dir>/nfsd/forget_locks. A value of 0 will tell the server to forget 67 `inject_faults.sh forget_locks 1` as root will instruct the server to forget
|
| /Linux-v5.4/Documentation/media/dvb-drivers/ |
| D | udev.rst | 30 0. Don't forget to disable your current method of creating the 45 Don't forget to make the script executable with "chmod".
|
| /Linux-v5.4/Documentation/scsi/ |
| D | scsi_eh.txt | 139 assumed to forget about the scmd at that point. However, if a scmd 140 has timed out, unless hostt->eh_timed_out() made lower layers forget 147 forget about - timed out scmds later. 186 device forget about timed out scmds and make them ready for new 324 all related hardware forget about the scmd. 364 and STU doesn't make lower layers forget about those 418 On completion, the handler should have made lower layers forget about 459 lower layers forget about them before doing anything else with
|
| /Linux-v5.4/Documentation/arm/sa1100/ |
| D | serial_uart.rst | 50 - don't forget to add 'ttySA0', 'console', or the appropriate tty name
|
| /Linux-v5.4/Documentation/networking/ |
| D | driver.txt | 65 3) Do not forget that once you return NETDEV_TX_OK from your
|
| D | z8530drv.txt | 60 and don't forget to insert a call of sccinit after that. It 586 Don't forget to convert the octal numbers into decimal before
|
| /Linux-v5.4/Documentation/media/v4l-drivers/ |
| D | saa7134.rst | 46 forget to tell me what it changes / which problem it fixes / whatever
|
| /Linux-v5.4/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.4/Documentation/process/ |
| D | 8.Conclusion.rst | 29 And, of course, one should not forget http://kernel.org/, the definitive
|
| D | volatile-considered-harmful.rst | 42 forget anything it knows. There will be no optimization problems with
|
| /Linux-v5.4/Documentation/driver-api/rapidio/ |
| D | mport_cdev.rst | 52 Supports blocking, asynchronous and posted (a.k.a 'fire-and-forget') data
|
| /Linux-v5.4/Documentation/x86/ |
| D | entry_64.rst | 61 not* use SWAPGS blindly - nor must we forget doing a SWAPGS when it's
|
| /Linux-v5.4/Documentation/core-api/ |
| D | memory-allocation.rst | 129 :c:func:`kmem_cache_free`. And don't forget to destroy the cache with
|
| /Linux-v5.4/Documentation/i2c/busses/ |
| D | i2c-i801.rst | 134 i2c-scmi driver works for you, just forget about the i2c-i801 driver and
|
| /Linux-v5.4/arch/arm/mach-davinci/ |
| D | Kconfig | 154 Say Y here to use the NAND flash. Do not forget to setup
|
| /Linux-v5.4/sound/pci/hda/ |
| D | Kconfig | 20 This option enables the HD-audio controller. Don't forget
|
| /Linux-v5.4/fs/reiserfs/ |
| D | README | 65 quite cryptic if your forget to do so.
|
| /Linux-v5.4/Documentation/vm/ |
| D | memory-model.rst | 14 completely distinct addresses. And, don't forget about NUMA, where
|
| /Linux-v5.4/Documentation/sound/cards/ |
| D | cmipci.rst | 147 off. (Also don't forget to turn on "IEC958 Output Switch", too.)
|