Searched refs:when (Results 1 – 23 of 23) sorted by relevance
/fs/lockd/ |
D | svclock.c | 89 nlmsvc_insert_block_locked(struct nlm_block *block, unsigned long when) in nlmsvc_insert_block_locked() argument 94 dprintk("lockd: nlmsvc_insert_block(%p, %ld)\n", block, when); in nlmsvc_insert_block_locked() 102 if (when != NLM_NEVER) { in nlmsvc_insert_block_locked() 103 if ((when += jiffies) == NLM_NEVER) in nlmsvc_insert_block_locked() 104 when ++; in nlmsvc_insert_block_locked() 107 if (time_after(b->b_when,when) || b->b_when == NLM_NEVER) in nlmsvc_insert_block_locked() 116 block->b_when = when; in nlmsvc_insert_block_locked() 119 static void nlmsvc_insert_block(struct nlm_block *block, unsigned long when) in nlmsvc_insert_block() argument 122 nlmsvc_insert_block_locked(block, when); in nlmsvc_insert_block()
|
/fs/befs/ |
D | ChangeLog | 10 * Fixed potential null pointer dereference when reporting an error 47 block being read. It was introduced when adding byteswapping in 63 * Makefile fix for independent module when CONFIG_MODVERSION is set in 109 * Improved handleing of overflow nodes when listing directories. 170 * Fixed a couple of compile warnings due to use of malloc.h, when slab.h 197 * Removed all the Read-Write stuff. I'll redo it when it is time to add 209 * Fixed unused variable warnings when compiling without debugging. 373 The kernel doesn't like it if you call set_blocksize() on a device when
|
/fs/autofs4/ |
D | expire.c | 582 struct autofs_sb_info *sbi, int when) in autofs4_do_expire_multi() argument 588 dentry = autofs4_expire_direct(sb, mnt, sbi, when); in autofs4_do_expire_multi() 590 dentry = autofs4_expire_indirect(sb, mnt, sbi, when); in autofs4_do_expire_multi()
|
D | autofs_i.h | 166 struct autofs_sb_info *sbi, int when);
|
/fs/affs/ |
D | Changes | 113 partially used last block when a file is truncated. 145 restored when the fs is unmounted. (BH) 148 when it allocated a new block. 263 demand instead of when a file is opened, as
|
/fs/ntfs/ |
D | Kconfig | 38 at the kernel command line when booting the kernel or as an option 39 to insmod when loading the ntfs module. Once the driver is active,
|
/fs/jffs2/ |
D | README.Locking | 94 pointer when the garbage collection thread exits. The code to kill the 157 by read-semaphore. But you must hold write-semaphore when updating, 162 when updating such a object is necessary under holding read semaphore.
|
D | TODO | 29 the full dirent, we only need to go to the flash in lookup() when we think we've
|
D | Kconfig | 25 areas which at one point needed debugging, but when the bugs were
|
/fs/ |
D | Kconfig.binfmt | 154 later load the module when you want to use a Linux/Intel binary. The 161 formats into the kernel. You will like this especially when you use 179 You may say M here for module support and later load the module when
|
/fs/ncpfs/ |
D | Kconfig | 41 bool "Clear remove/delete inhibit when needed" 77 compatibility when moving from DOS to OS2/LONG namespace support.
|
/fs/isofs/ |
D | Kconfig | 36 decompressed when the CD-ROM is accessed. See
|
/fs/squashfs/ |
D | Kconfig | 49 poor performance on parallel I/O workloads when using multiple CPU 63 poor performance on parallel I/O workloads when using multiple CPU
|
/fs/quota/ |
D | Kconfig | 47 # Generic support for tree structured quota files. Selected when needed.
|
/fs/reiserfs/ |
D | README | 21 a check in the mail to you (for non-trivial improvements) when he 31 it wrongly, and Richard Stallman agrees with me, when carefully read
|
D | Kconfig | 39 out in checking for consistency when debugging without fear of its
|
/fs/proc/ |
D | Kconfig | 7 your hard disk: the files are created on the fly by the kernel when
|
/fs/nfsd/ |
D | Kconfig | 27 Support for NFS version 2 (RFC 1094) is always available when
|
/fs/ext4/ |
D | Kconfig | 35 # Please update EXT3_FS selects when changing these
|
/fs/nfs/ |
D | Kconfig | 22 version 2 (RFC 1094) is always available when NFS_FS is selected.
|
/fs/cramfs/ |
D | README | 33 allows cramfs_lookup to return more quickly when a filename does not
|
/fs/cifs/ |
D | Kconfig | 189 when mounting to Samba, due to the CIFS POSIX extensions,
|
/fs/nls/ |
D | Kconfig | 24 The default NLS used when mounting file system. Note, that this is
|