Home
last modified time | relevance | path

Searched refs:forget (Results 1 – 25 of 65) sorted by relevance

123

/Linux-v4.19/fs/fuse/
Ddir.c196 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 …]
Ddev.c334 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 …]
Dfuse_i.h75 struct fuse_forget_link *forget; member
724 void fuse_queue_forget(struct fuse_conn *fc, struct fuse_forget_link *forget,
Dinode.c104 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/
Dudf.txt40 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/
Dfault_injection.txt23 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/
Dudev.rst28 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/
Dscsi_eh.txt139 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/
Dserial_UART44 - don't forget to add 'ttySA0', 'console', or the appropriate tty name
/Linux-v4.19/Documentation/isdn/
DREADME.syncppp13 Don't forget to load the slhc.o
/Linux-v4.19/Documentation/media/v4l-drivers/
Dsaa7134.rst44 forget to tell me what it changes / which problem it fixes / whatever
/Linux-v4.19/Documentation/networking/
Ddriver.txt65 3) Do not forget that once you return NETDEV_TX_OK from your
Dz8530drv.txt60 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/
Dnouveau_thermal45 NOTE: Remember that the values are stored as milli degrees Celsius. Don't forget
/Linux-v4.19/Documentation/process/
D8.Conclusion.rst28 And, of course, one should not forget http://kernel.org/, the definitive
Dvolatile-considered-harmful.rst42 forget anything it knows. There will be no optimization problems with
D7.AdvancedTopics.rst138 don't forget to review them. Also ensure that you maintain the correct
/Linux-v4.19/Documentation/rapidio/
Dmport_cdev.txt56 Supports blocking, asynchronous and posted (a.k.a 'fire-and-forget') data
/Linux-v4.19/Documentation/x86/
Dentry_64.txt55 not* use SWAPGS blindly - nor must we forget doing a SWAPGS when it's
/Linux-v4.19/Documentation/usb/
Drio.txt113 Set appropriate permissions for /dev/usb/rio500 (don't forget about
/Linux-v4.19/arch/arm/mach-davinci/
DKconfig150 Say Y here to use the NAND flash. Do not forget to setup
/Linux-v4.19/Documentation/i2c/busses/
Di2c-i801122 i2c_ec driver works for you, just forget about the i2c-i801 driver and
/Linux-v4.19/sound/pci/hda/
DKconfig18 This option enables the HD-audio controller. Don't forget
/Linux-v4.19/fs/reiserfs/
DREADME65 quite cryptic if your forget to do so.
/Linux-v4.19/Documentation/sound/cards/
Dcmipci.rst147 off. (Also don't forget to turn on "IEC958 Output Switch", too.)

123