Searched refs:NFS_DELEGATION_REVOKED (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/fs/nfs/ |
| H A 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() 256 if (test_and_clear_bit(NFS_DELEGATION_REVOKED, in nfs_inode_reclaim_delegation() 277 if (!test_bit(NFS_DELEGATION_REVOKED, &delegation->flags)) { in nfs_do_return_delegation() 421 if (test_bit(NFS_DELEGATION_REVOKED, &delegation->flags)) { in nfs_update_inplace_delegation() 425 clear_bit(NFS_DELEGATION_REVOKED, &delegation->flags); in nfs_update_inplace_delegation() 567 if (test_bit(NFS_DELEGATION_REVOKED, &delegation->flags)) in nfs_end_delegation_return() 599 test_bit(NFS_DELEGATION_REVOKED, &delegation->flags)) in nfs_delegation_need_return() 1157 !test_bit(NFS_DELEGATION_REVOKED, &delegation->flags) && in nfs_delegation_find_inode_server() 1441 !test_bit(NFS_DELEGATION_REVOKED, &delegation->flags)) { in nfs_inode_find_delegation_state_and_recover() [all …]
|
| H A D | delegation.h | 37 NFS_DELEGATION_REVOKED, enumerator
|