/linux-4.1.27/fs/fuse/ |
D | dir.c | 202 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 …]
|
D | dev.c | 336 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 …]
|
D | fuse_i.h | 80 struct fuse_forget_link *forget; member 671 void fuse_queue_forget(struct fuse_conn *fc, struct fuse_forget_link *forget,
|
D | inode.c | 100 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/ |
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-4.1.27/Documentation/filesystems/ |
D | udf.txt | 42 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/ |
D | udev.txt | 15 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/ |
D | scsi_eh.txt | 152 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/ |
D | serial_UART | 44 - don't forget to add 'ttySA0', 'console', or the appropriate tty name
|
/linux-4.1.27/Documentation/video4linux/ |
D | README.saa7134 | 41 forget to tell me what it changes / which problem it fixes / whatever
|
D | v4l2-framework.txt | 312 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/ |
D | README.syncppp | 13 Don't forget to load the slhc.o
|
D | README.HiSax | 92 kernel. Don't forget it, especially to select the right D-channel protocol.
|
/linux-4.1.27/Documentation/networking/ |
D | driver.txt | 65 3) Do not forget that once you return NETDEV_TX_OK from your
|
D | policy-routing.txt | 83 2. Opposite case. Just forget all that you know about routing
|
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
|
D | arcnet.txt | 153 to, then they won't interest you - forget them.
|
/linux-4.1.27/Documentation/thermal/ |
D | nouveau_thermal | 45 NOTE: Remember that the values are stored as milli degrees Celcius. Don't forget
|
/linux-4.1.27/fs/ |
D | mbcache.c | 218 goto forget; in __mb_cache_entry_release() 231 forget: in __mb_cache_entry_release()
|
/linux-4.1.27/Documentation/development-process/ |
D | 8.Conclusion | 25 And, of course, one should not forget http://kernel.org/, the definitive
|
D | 7.AdvancedTopics | 132 don't forget to review them. Also ensure that you maintain the correct
|
D | 6.Followthrough | 169 And don't forget that there are other milestones which may also create bug
|
D | 2.Process | 186 to forget about code after merging it, that sort of behavior tends to
|
/linux-4.1.27/Documentation/video4linux/cx2341x/ |
D | fw-dma.txt | 72 you forget to set this bit, the card will still "work" but the stream will
|
/linux-4.1.27/Documentation/usb/ |
D | rio.txt | 113 Set appropriate permissions for /dev/usb/rio500 (don't forget about
|
D | usb-serial.txt | 329 * Don't forget to create the device nodes for ttyUSB{0,1,2,...}
|
/linux-4.1.27/Documentation/x86/ |
D | entry_64.txt | 55 not* use SWAPGS blindly - nor must we forget doing a SWAPGS when it's
|
/linux-4.1.27/Documentation/ |
D | volatile-considered-harmful.txt | 39 forget anything it knows. There will be no optimization problems with
|
D | initrd.txt | 144 environment. Don't forget the most important file, /sbin/init
|
D | workqueue.txt | 327 * Do not forget to use WQ_MEM_RECLAIM if a wq may process work items
|
D | kobject.txt | 273 flawed. Note that the kernel will warn you if you forget to provide a
|
D | parport-lowlevel.txt | 225 parport_unregister_driver - tell parport to forget about this driver
|
D | SubmittingPatches | 766 are working from, don't forget to push the signed tag explicitly to the
|
D | memory-barriers.txt | 1529 is more selective: With ACCESS_ONCE(), the compiler need only forget
|
/linux-4.1.27/Documentation/i2c/busses/ |
D | i2c-i801 | 116 i2c_ec driver works for you, just forget about the i2c-i801 driver and
|
/linux-4.1.27/arch/arm/mach-davinci/ |
D | Kconfig | 159 Say Y here to use the NAND flash. Do not forget to setup
|
/linux-4.1.27/sound/pci/hda/ |
D | Kconfig | 18 This option enables the HD-audio controller. Don't forget
|
/linux-4.1.27/fs/reiserfs/ |
D | README | 65 quite cryptic if your forget to do so.
|
/linux-4.1.27/Documentation/sound/alsa/ |
D | CMIPCI.txt | 138 off. (Also don't forget to turn on "IEC958 Output Switch", too.)
|
D | SB-Live-mixer.txt | 284 Don't forget that it's illegal to assign a channel to the same FX-bus accumulator
|
D | Audigy-mixer.txt | 261 Don't forget that it's illegal to assign a channel to the same FX-bus accumulator
|
D | HD-Audio.txt | 310 Don't forget to turn on the appropriate `CONFIG_SND_HDA_CODEC_*`
|
/linux-4.1.27/arch/xtensa/ |
D | Kconfig | 116 Dont forget you have to select MMU if you have one.
|
/linux-4.1.27/arch/m68k/ |
D | Kconfig.machine | 118 Q60. Select your CPU below. For 68LC060 don't forget to enable FPU
|
/linux-4.1.27/drivers/tty/serial/8250/ |
D | Kconfig | 29 under Linux, forget it. These modems are crippled and require
|
/linux-4.1.27/Documentation/trace/ |
D | ftrace-design.txt | 100 Don't forget to export mcount for modules !
|
/linux-4.1.27/arch/m68k/fpsp040/ |
D | bindec.S | 318 bles A7_str |if not, forget it
|
/linux-4.1.27/Documentation/fb/ |
D | matroxfb.txt | 261 Do not forget that if you want sync on green, you also probably
|
/linux-4.1.27/Documentation/RCU/ |
D | checklist.txt | 231 forget" memory-freeing capabilities where it applies.
|
D | whatisRCU.txt | 587 forget about them when submitting patches making use of RCU!]
|
/linux-4.1.27/tools/perf/Documentation/ |
D | perf-script-python.txt | 397 Once you've done that (don't forget to do a new 'make install',
|
/linux-4.1.27/Documentation/virtual/uml/ |
D | UserModeLinux-HOWTO.txt | 2622 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/ |
D | makefiles.txt | 1116 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/ |
D | Kconfig | 595 comment "Don't forget to add built-in firmwares for HDSP driver"
|
/linux-4.1.27/drivers/video/fbdev/ |
D | Kconfig | 1271 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/ |
D | Kconfig.debug | 1461 will make the block layer "forget" an interrupt as configured,
|
/linux-4.1.27/init/ |
D | Kconfig | 1903 comment "Do not forget to sign required modules with scripts/sign-file"
|
/linux-4.1.27/arch/m68k/ifpsp060/src/ |
D | fpsp.S | 4216 # appropriate type. don't forget to "skew" the source operand in case we
|