Home
last modified time | relevance | path

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

/linux/fs/nfs/
H A Ddelegation.c57 if (test_and_set_bit(NFS_DELEGATION_REVOKED, &delegation->flags)) in nfs_mark_delegation_revoked()
108 !test_bit(NFS_DELEGATION_REVOKED, &delegation->flags) && in nfs4_is_valid_delegation()
286 if (test_and_clear_bit(NFS_DELEGATION_REVOKED, &delegation->flags)) in nfs_inode_reclaim_delegation()
301 if (!test_bit(NFS_DELEGATION_REVOKED, &delegation->flags)) { in nfs_do_return_delegation()
413 if (test_bit(NFS_DELEGATION_REVOKED, &delegation->flags)) { in nfs_update_inplace_delegation()
417 clear_bit(NFS_DELEGATION_REVOKED, &delegation->flags); in nfs_update_inplace_delegation()
479 if (!test_bit(NFS_DELEGATION_REVOKED, &old_delegation->flags)) { in nfs_inode_set_delegation()
567 if (test_bit(NFS_DELEGATION_REVOKED, &delegation->flags)) in nfs_end_delegation_return()
620 if (test_bit(NFS_DELEGATION_REVOKED, &delegation->flags) || in nfs_return_one_delegation()
1196 !test_bit(NFS_DELEGATION_REVOKED, &delegation->flags) && in nfs_delegation_find_inode_server()
[all …]
H A Ddelegation.h38 NFS_DELEGATION_REVOKED, enumerator
H A Dnfs4trace.h993 { BIT(NFS_DELEGATION_REVOKED), "REVOKED" }, \