Home
last modified time | relevance | path

Searched refs:when (Results 1 – 25 of 27) sorted by relevance

12

/fs/lockd/
A Dsvclock.c89 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/bcachefs/
A Drecovery_passes.c248 unsigned when; member
252 #define x(_fn, _id, _when) { .fn = bch2_##_fn, .when = _when },
262 if (recovery_pass_fns[i].when & flags) in bch2_recovery_passes_match()
400 if (p->when & PASS_ONLINE) in __bch2_run_explicit_recovery_pass()
479 if (!(p->when & PASS_SILENT)) in bch2_run_recovery_pass()
498 if (!(p->when & PASS_SILENT)) in bch2_run_recovery_pass()
A Drecovery_passes_format.h71 #define x(n, id, when) BCH_RECOVERY_PASS_##n, argument
79 #define x(n, id, when) BCH_RECOVERY_PASS_STABLE_##n = id, argument
A DKconfig95 Instead of immediately sleeping when attempting to take a six lock that
/fs/befs/
A DChangeLog10 * 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/overlayfs/
A DKconfig20 redirects when renaming directories by default. In this case it is
81 time, especially when verifying that directory file handles are not
118 happen when a file is opened for WRITE operation. It is still
/fs/unicode/
A DKconfig10 be a separate loadable module that gets requested only when a file
/fs/affs/
A DChanges113 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/
A DKconfig16 filesystem when it is registered.
223 needing to specify the inode64 option when mounting.
231 option when mounting.
401 NFS clients to bypass the network when issuing reads and
A DKconfig.binfmt149 formats into the kernel. You will like this especially when you use
167 You may say M here for module support and later load the module when
/fs/jffs2/
A DREADME.Locking94 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.
A DKconfig26 areas which at one point needed debugging, but when the bugs were
/fs/cachefiles/
A DKconfig36 In this mode, when a cache miss occurs, responsibility for fetching
/fs/resctrl/
A DKconfig37 Enabled by the architecture when the RMID values depend on the CLOSID.
/fs/crypto/
A DKconfig18 # allows the algorithms to be built as modules when all the filesystems are,
/fs/isofs/
A DKconfig38 decompressed when the CD-ROM is accessed. See
/fs/quota/
A DKconfig46 # Generic support for tree structured quota files. Selected when needed.
/fs/smb/client/
A DKconfig118 option is not needed when mounting with SMB3.1.1. If unsure, say N.
212 mounts when negotiated with the server.
/fs/squashfs/
A DKconfig106 poor performance on parallel I/O workloads when using multiple CPU
121 poor performance on parallel I/O workloads when using multiple CPU
/fs/btrfs/
A DKconfig108 - checksum offload mode - sysfs knob to affect when checksums are
/fs/proc/
A DKconfig8 your hard disk: the files are created on the fly by the kernel when
/fs/fat/
A DKconfig112 by default when mounting FAT filesystems.
/fs/pstore/
A DKconfig119 used when disk name of partitioned disk ends with a digit.
/fs/nfsd/
A DKconfig32 Support for NFS version 3 (RFC 1813) is always available when
/fs/nfs/
A DKconfig25 version 2 (RFC 1094) is always available when NFS_FS is selected.

Completed in 658 milliseconds

12