/Linux-v4.19/fs/fuse/ |
D | dir.c | 196 struct fuse_forget_link *forget; in fuse_dentry_revalidate() local 209 forget = fuse_alloc_forget(); in fuse_dentry_revalidate() 211 if (!forget) in fuse_dentry_revalidate() 227 fuse_queue_forget(fc, forget, outarg.nodeid, 1); in fuse_dentry_revalidate() 234 kfree(forget); in fuse_dentry_revalidate() 305 struct fuse_forget_link *forget; in fuse_lookup_name() local 315 forget = fuse_alloc_forget(); in fuse_lookup_name() 317 if (!forget) in fuse_lookup_name() 339 fuse_queue_forget(fc, forget, outarg->nodeid, 1); in fuse_lookup_name() 345 kfree(forget); in fuse_lookup_name() [all …]
|
D | dev.c | 334 void fuse_queue_forget(struct fuse_conn *fc, struct fuse_forget_link *forget, in fuse_queue_forget() argument 339 forget->forget_one.nodeid = nodeid; in fuse_queue_forget() 340 forget->forget_one.nlookup = nlookup; in fuse_queue_forget() 344 fiq->forget_list_tail->next = forget; in fuse_queue_forget() 345 fiq->forget_list_tail = forget; in fuse_queue_forget() 349 kfree(forget); in fuse_queue_forget() 1135 struct fuse_forget_link *forget = dequeue_forget(fiq, 1, NULL); in fuse_read_single_forget() local 1137 .nlookup = forget->forget_one.nlookup, in fuse_read_single_forget() 1141 .nodeid = forget->forget_one.nodeid, in fuse_read_single_forget() 1147 kfree(forget); in fuse_read_single_forget() [all …]
|
D | fuse_i.h | 75 struct fuse_forget_link *forget; member 724 void fuse_queue_forget(struct fuse_conn *fc, struct fuse_forget_link *forget,
|
D | inode.c | 104 fi->forget = fuse_alloc_forget(); in fuse_alloc_inode() 105 if (!fi->forget) { in fuse_alloc_inode() 125 kfree(fi->forget); in fuse_destroy_inode() 136 fuse_queue_forget(fc, fi->forget, fi->nodeid, fi->nlookup); in fuse_evict_inode() 137 fi->forget = NULL; in fuse_evict_inode()
|
/Linux-v4.19/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-v4.19/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-v4.19/Documentation/media/dvb-drivers/ |
D | udev.rst | 28 0. Don't forget to disable your current method of creating the 43 Don't forget to make the script executable with "chmod".
|
/Linux-v4.19/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-v4.19/Documentation/arm/SA1100/ |
D | serial_UART | 44 - don't forget to add 'ttySA0', 'console', or the appropriate tty name
|
/Linux-v4.19/Documentation/isdn/ |
D | README.syncppp | 13 Don't forget to load the slhc.o
|
/Linux-v4.19/Documentation/media/v4l-drivers/ |
D | saa7134.rst | 44 forget to tell me what it changes / which problem it fixes / whatever
|
/Linux-v4.19/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-v4.19/Documentation/thermal/ |
D | nouveau_thermal | 45 NOTE: Remember that the values are stored as milli degrees Celsius. Don't forget
|
/Linux-v4.19/Documentation/process/ |
D | 8.Conclusion.rst | 28 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
|
D | 7.AdvancedTopics.rst | 138 don't forget to review them. Also ensure that you maintain the correct
|
/Linux-v4.19/Documentation/rapidio/ |
D | mport_cdev.txt | 56 Supports blocking, asynchronous and posted (a.k.a 'fire-and-forget') data
|
/Linux-v4.19/Documentation/x86/ |
D | entry_64.txt | 55 not* use SWAPGS blindly - nor must we forget doing a SWAPGS when it's
|
/Linux-v4.19/Documentation/usb/ |
D | rio.txt | 113 Set appropriate permissions for /dev/usb/rio500 (don't forget about
|
/Linux-v4.19/arch/arm/mach-davinci/ |
D | Kconfig | 150 Say Y here to use the NAND flash. Do not forget to setup
|
/Linux-v4.19/Documentation/i2c/busses/ |
D | i2c-i801 | 122 i2c_ec driver works for you, just forget about the i2c-i801 driver and
|
/Linux-v4.19/sound/pci/hda/ |
D | Kconfig | 18 This option enables the HD-audio controller. Don't forget
|
/Linux-v4.19/fs/reiserfs/ |
D | README | 65 quite cryptic if your forget to do so.
|
/Linux-v4.19/Documentation/sound/cards/ |
D | cmipci.rst | 147 off. (Also don't forget to turn on "IEC958 Output Switch", too.)
|