Searched refs:NFS_DELEGATION_REVOKED (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/fs/nfs/ |
D | delegation.c | 42 if (!test_and_set_bit(NFS_DELEGATION_REVOKED, &delegation->flags)) { in nfs_mark_delegation_revoked() 89 !test_bit(NFS_DELEGATION_REVOKED, &delegation->flags) && in nfs4_is_valid_delegation() 255 if (test_and_clear_bit(NFS_DELEGATION_REVOKED, in nfs_inode_reclaim_delegation() 276 if (!test_bit(NFS_DELEGATION_REVOKED, &delegation->flags)) { in nfs_do_return_delegation() 417 if (test_bit(NFS_DELEGATION_REVOKED, &delegation->flags)) { in nfs_update_inplace_delegation() 421 clear_bit(NFS_DELEGATION_REVOKED, &delegation->flags); in nfs_update_inplace_delegation() 482 if (!test_bit(NFS_DELEGATION_REVOKED, &old_delegation->flags)) { in nfs_inode_set_delegation() 563 if (test_bit(NFS_DELEGATION_REVOKED, &delegation->flags)) in nfs_end_delegation_return() 606 test_bit(NFS_DELEGATION_REVOKED, &delegation->flags)) in nfs_delegation_need_return() 1105 !test_bit(NFS_DELEGATION_REVOKED, &delegation->flags) && in nfs_delegation_find_inode_server() [all …]
|
D | delegation.h | 37 NFS_DELEGATION_REVOKED, enumerator
|