Home
last modified time | relevance | path

Searched refs:NFS_INO_REQ_DIR_DELEG (Results 1 – 4 of 4) sorted by relevance

/linux/fs/nfs/
H A Ddelegation.h131 set_bit(NFS_INO_REQ_DIR_DELEG, &NFS_I(inode)->flags); in nfs_request_directory_delegation()
H A Ddelegation.c370 clear_bit(NFS_INO_REQ_DIR_DELEG, &nfsi->flags); in nfs_detach_delegations_locked()
H A Dnfs4proc.c4385 if (!test_and_clear_bit(NFS_INO_REQ_DIR_DELEG, &(NFS_I(inode)->flags))) in should_request_dir_deleg()
/linux/include/linux/
H A Dnfs_fs.h347 #define NFS_INO_REQ_DIR_DELEG (13) /* Request a directory delegation */ macro