Searched refs:NFS_DELEGATION_REVOKED (Results 1 – 3 of 3) sorted by relevance
| /linux/fs/nfs/ |
| H A D | delegation.c | 57 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 D | delegation.h | 38 NFS_DELEGATION_REVOKED, enumerator
|
| H A D | nfs4trace.h | 993 { BIT(NFS_DELEGATION_REVOKED), "REVOKED" }, \
|