Searched refs:NFS_DELEGATION_RETURNING (Results 1 – 4 of 4) sorted by relevance
| /linux/fs/nfs/ |
| H A D | delegation.c | 58 if (!test_bit(NFS_DELEGATION_RETURNING, &delegation->flags)) in nfs_mark_delegation_revoked() 105 !test_bit(NFS_DELEGATION_RETURNING, &delegation->flags)) in nfs4_is_valid_delegation() 327 !test_and_set_bit(NFS_DELEGATION_RETURNING, &delegation->flags)) { in nfs_start_delegation_return_locked() 354 clear_bit(NFS_DELEGATION_RETURNING, &delegation->flags); in nfs_abort_delegation_return() 523 if (test_and_set_bit(NFS_DELEGATION_RETURNING, in nfs_inode_set_delegation() 627 if (test_bit(NFS_DELEGATION_RETURNING, &delegation->flags) || in nfs_delegation_need_return() 781 set_bit(NFS_DELEGATION_RETURNING, &delegation->flags); in nfs_inode_evict_delegation() 837 !test_and_set_bit(NFS_DELEGATION_RETURNING, &delegation->flags)) { in nfs4_inode_set_return_delegation_on_close() 875 !test_and_set_bit(NFS_DELEGATION_RETURNING, &delegation->flags)) { in nfs4_inode_return_delegation_on_close() 1080 clear_bit(NFS_DELEGATION_RETURNING, &delegation->flags); in nfs_delegation_mark_returned() [all …]
|
| H A D | delegation.h | 37 NFS_DELEGATION_RETURNING, enumerator
|
| H A D | nfs4trace.h | 996 { BIT(NFS_DELEGATION_RETURNING), "RETURNING" }, \
|
| H A D | nfs4proc.c | 1919 test_bit(NFS_DELEGATION_RETURNING, &deleg_cur->flags) || in update_open_stateid()
|