Searched refs:NFS_DELEGATION_REVOKED (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.6/fs/nfs/ |
D | delegation.c | 42 if (!test_and_set_bit(NFS_DELEGATION_REVOKED, &delegation->flags)) { in nfs_mark_delegation_revoked() 90 !test_bit(NFS_DELEGATION_REVOKED, &delegation->flags) && in nfs4_is_valid_delegation() 247 if (test_and_clear_bit(NFS_DELEGATION_REVOKED, in nfs_inode_reclaim_delegation() 266 if (!test_bit(NFS_DELEGATION_REVOKED, &delegation->flags)) { in nfs_do_return_delegation() 408 if (test_bit(NFS_DELEGATION_REVOKED, &delegation->flags)) { in nfs_update_inplace_delegation() 412 clear_bit(NFS_DELEGATION_REVOKED, &delegation->flags); in nfs_update_inplace_delegation() 467 if (!test_bit(NFS_DELEGATION_REVOKED, &old_delegation->flags)) { in nfs_inode_set_delegation() 543 if (test_bit(NFS_DELEGATION_REVOKED, &delegation->flags)) in nfs_end_delegation_return() 586 test_bit(NFS_DELEGATION_REVOKED, &delegation->flags)) in nfs_delegation_need_return() 1083 !test_bit(NFS_DELEGATION_REVOKED, &delegation->flags) && in nfs_delegation_find_inode_server() [all …]
|
D | delegation.h | 36 NFS_DELEGATION_REVOKED, enumerator
|