Home
last modified time | relevance | path

Searched refs:NFS_DELEGATION_RETURN_IF_CLOSED (Results 1 – 3 of 3) sorted by relevance

/linux/fs/nfs/
H A Ddelegation.c847 set_bit(NFS_DELEGATION_RETURN_IF_CLOSED, &delegation->flags); in nfs4_inode_set_return_delegation_on_close()
874 if (test_bit(NFS_DELEGATION_RETURN_IF_CLOSED, &delegation->flags)) { in nfs4_inode_return_delegation_on_close()
879 clear_bit(NFS_DELEGATION_RETURN_IF_CLOSED, &delegation->flags); in nfs4_inode_return_delegation_on_close()
921 test_bit(NFS_DELEGATION_RETURN_IF_CLOSED, &delegation->flags)) in nfs_mark_return_if_closed_delegation()
930 set_bit(NFS_DELEGATION_RETURN_IF_CLOSED, &delegation->flags); in nfs_mark_return_if_closed_delegation()
H A Ddelegation.h35 NFS_DELEGATION_RETURN_IF_CLOSED, enumerator
H A Dnfs4trace.h990 { BIT(NFS_DELEGATION_RETURN_IF_CLOSED), "RETURN_IF_CLOSED" }, \