Home
last modified time | relevance | path

Searched refs:NFS_LSEG_VALID (Results 1 – 2 of 2) sorted by relevance

/linux/Documentation/filesystems/nfs/
H A Dpnfs.rst57 lseg maintains an extra reference corresponding to the NFS_LSEG_VALID
/linux/fs/nfs/
H A Dpnfs.h42 NFS_LSEG_VALID = 0, /* cleared when lseg is recalled/returned */ enumerator
468 return test_bit(NFS_LSEG_VALID, &lseg->pls_flags) != 0; in pnfs_is_valid_lseg()