Home
last modified time | relevance | path

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

/linux-4.1.27/fs/fuse/
Ddir.c202 struct fuse_forget_link *forget; in fuse_dentry_revalidate() local
215 forget = fuse_alloc_forget(); in fuse_dentry_revalidate()
217 if (!forget) in fuse_dentry_revalidate()
233 fuse_queue_forget(fc, forget, outarg.nodeid, 1); in fuse_dentry_revalidate()
240 kfree(forget); in fuse_dentry_revalidate()
290 struct fuse_forget_link *forget; in fuse_lookup_name() local
300 forget = fuse_alloc_forget(); in fuse_lookup_name()
302 if (!forget) in fuse_lookup_name()
324 fuse_queue_forget(fc, forget, outarg->nodeid, 1); in fuse_lookup_name()
330 kfree(forget); in fuse_lookup_name()
[all …]
Ddev.c336 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 fc->forget_list_tail->next = forget; in fuse_queue_forget()
345 fc->forget_list_tail = forget; in fuse_queue_forget()
349 kfree(forget); in fuse_queue_forget()
1166 struct fuse_forget_link *forget = dequeue_forget(fc, 1, NULL); in fuse_read_single_forget() local
1168 .nlookup = forget->forget_one.nlookup, in fuse_read_single_forget()
1172 .nodeid = forget->forget_one.nodeid, in fuse_read_single_forget()
1178 kfree(forget); in fuse_read_single_forget()
[all …]
Dfuse_i.h80 struct fuse_forget_link *forget; member
671 void fuse_queue_forget(struct fuse_conn *fc, struct fuse_forget_link *forget,
Dinode.c100 fi->forget = fuse_alloc_forget(); in fuse_alloc_inode()
101 if (!fi->forget) { in fuse_alloc_inode()
120 kfree(fi->forget); in fuse_destroy_inode()
131 fuse_queue_forget(fc, fi->forget, fi->nodeid, fi->nlookup); in fuse_evict_inode()
132 fi->forget = NULL; in fuse_evict_inode()
/linux-4.1.27/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-4.1.27/Documentation/filesystems/
Dudf.txt42 They will also accept the string "ignore" and "forget". For files on the disk
45 IDs on the disk, not just -1. The forget option causes all IDs to be written
50 of the interactively logged on user, and also specify both the forget and
/linux-4.1.27/Documentation/dvb/
Dudev.txt15 0. Don't forget to disable your current method of creating the
29 Don't forget to make the script executable with "chmod".
/linux-4.1.27/Documentation/scsi/
Dscsi_eh.txt152 assumed to forget about the scmd at that point. However, if a scmd
153 has timed out, unless hostt->eh_timed_out() made lower layers forget
160 forget about - timed out scmds later.
199 device forget about timed out scmds and make them ready for new
335 all related hardware forget about the scmd.
375 and STU doesn't make lower layers forget about those
429 On completion, the handler should have made lower layers forget about
472 lower layers forget about them before doing anything else with
/linux-4.1.27/Documentation/arm/SA1100/
Dserial_UART44 - don't forget to add 'ttySA0', 'console', or the appropriate tty name
/linux-4.1.27/Documentation/video4linux/
DREADME.saa713441 forget to tell me what it changes / which problem it fixes / whatever
Dv4l2-framework.txt312 Don't forget to cleanup the media entity before the sub-device is destroyed:
861 Don't forget to cleanup the media entity associated with the video device if
/linux-4.1.27/Documentation/isdn/
DREADME.syncppp13 Don't forget to load the slhc.o
DREADME.HiSax92 kernel. Don't forget it, especially to select the right D-channel protocol.
/linux-4.1.27/Documentation/networking/
Ddriver.txt65 3) Do not forget that once you return NETDEV_TX_OK from your
Dpolicy-routing.txt83 2. Opposite case. Just forget all that you know about routing
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
Darcnet.txt153 to, then they won't interest you - forget them.
/linux-4.1.27/Documentation/thermal/
Dnouveau_thermal45 NOTE: Remember that the values are stored as milli degrees Celcius. Don't forget
/linux-4.1.27/fs/
Dmbcache.c218 goto forget; in __mb_cache_entry_release()
231 forget: in __mb_cache_entry_release()
/linux-4.1.27/Documentation/development-process/
D8.Conclusion25 And, of course, one should not forget http://kernel.org/, the definitive
D7.AdvancedTopics132 don't forget to review them. Also ensure that you maintain the correct
D6.Followthrough169 And don't forget that there are other milestones which may also create bug
D2.Process186 to forget about code after merging it, that sort of behavior tends to
/linux-4.1.27/Documentation/video4linux/cx2341x/
Dfw-dma.txt72 you forget to set this bit, the card will still "work" but the stream will
/linux-4.1.27/Documentation/usb/
Drio.txt113 Set appropriate permissions for /dev/usb/rio500 (don't forget about
Dusb-serial.txt329 * Don't forget to create the device nodes for ttyUSB{0,1,2,...}
/linux-4.1.27/Documentation/x86/
Dentry_64.txt55 not* use SWAPGS blindly - nor must we forget doing a SWAPGS when it's
/linux-4.1.27/Documentation/
Dvolatile-considered-harmful.txt39 forget anything it knows. There will be no optimization problems with
Dinitrd.txt144 environment. Don't forget the most important file, /sbin/init
Dworkqueue.txt327 * Do not forget to use WQ_MEM_RECLAIM if a wq may process work items
Dkobject.txt273 flawed. Note that the kernel will warn you if you forget to provide a
Dparport-lowlevel.txt225 parport_unregister_driver - tell parport to forget about this driver
DSubmittingPatches766 are working from, don't forget to push the signed tag explicitly to the
Dmemory-barriers.txt1529 is more selective: With ACCESS_ONCE(), the compiler need only forget
/linux-4.1.27/Documentation/i2c/busses/
Di2c-i801116 i2c_ec driver works for you, just forget about the i2c-i801 driver and
/linux-4.1.27/arch/arm/mach-davinci/
DKconfig159 Say Y here to use the NAND flash. Do not forget to setup
/linux-4.1.27/sound/pci/hda/
DKconfig18 This option enables the HD-audio controller. Don't forget
/linux-4.1.27/fs/reiserfs/
DREADME65 quite cryptic if your forget to do so.
/linux-4.1.27/Documentation/sound/alsa/
DCMIPCI.txt138 off. (Also don't forget to turn on "IEC958 Output Switch", too.)
DSB-Live-mixer.txt284 Don't forget that it's illegal to assign a channel to the same FX-bus accumulator
DAudigy-mixer.txt261 Don't forget that it's illegal to assign a channel to the same FX-bus accumulator
DHD-Audio.txt310 Don't forget to turn on the appropriate `CONFIG_SND_HDA_CODEC_*`
/linux-4.1.27/arch/xtensa/
DKconfig116 Dont forget you have to select MMU if you have one.
/linux-4.1.27/arch/m68k/
DKconfig.machine118 Q60. Select your CPU below. For 68LC060 don't forget to enable FPU
/linux-4.1.27/drivers/tty/serial/8250/
DKconfig29 under Linux, forget it. These modems are crippled and require
/linux-4.1.27/Documentation/trace/
Dftrace-design.txt100 Don't forget to export mcount for modules !
/linux-4.1.27/arch/m68k/fpsp040/
Dbindec.S318 bles A7_str |if not, forget it
/linux-4.1.27/Documentation/fb/
Dmatroxfb.txt261 Do not forget that if you want sync on green, you also probably
/linux-4.1.27/Documentation/RCU/
Dchecklist.txt231 forget" memory-freeing capabilities where it applies.
DwhatisRCU.txt587 forget about them when submitting patches making use of RCU!]
/linux-4.1.27/tools/perf/Documentation/
Dperf-script-python.txt397 Once you've done that (don't forget to do a new 'make install',
/linux-4.1.27/Documentation/virtual/uml/
DUserModeLinux-HOWTO.txt2622 tell gdb to forget about all its symbols, including the main UML ones
2803 gdb to forget about the old one. The only way I've found to do that
2804 is to tell gdb to forget about all symbols that it knows about:
3801 and linux. If you forget for any of them, the i386 build seems to
4274 bookkeeping lapses and I forget about contributions.
/linux-4.1.27/Documentation/kbuild/
Dmakefiles.txt1116 Note: It is a typical mistake to forget the FORCE prerequisite.
1153 Note: It is a common mistake to forget the "targets :=" assignment,
/linux-4.1.27/sound/pci/
DKconfig595 comment "Don't forget to add built-in firmwares for HDSP driver"
/linux-4.1.27/drivers/video/fbdev/
DKconfig1271 Do not forget that second head supports only 16 and 32 bpp
1322 Also do not forget that second head supports only 16 and 32 bpp
/linux-4.1.27/lib/
DKconfig.debug1461 will make the block layer "forget" an interrupt as configured,
/linux-4.1.27/init/
DKconfig1903 comment "Do not forget to sign required modules with scripts/sign-file"
/linux-4.1.27/arch/m68k/ifpsp060/src/
Dfpsp.S4216 # appropriate type. don't forget to "skew" the source operand in case we