Home
last modified time | relevance | path

Searched refs:NFS_DELEGATION_RETURNING (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/fs/nfs/
H A Ddelegation.c45 if (!test_bit(NFS_DELEGATION_RETURNING, &delegation->flags)) in nfs_mark_delegation_revoked()
91 !test_bit(NFS_DELEGATION_RETURNING, &delegation->flags)) in nfs4_is_valid_delegation()
300 if (!test_and_set_bit(NFS_DELEGATION_RETURNING, &delegation->flags)) { in nfs_start_delegation_return_locked()
328 clear_bit(NFS_DELEGATION_RETURNING, &delegation->flags); in nfs_abort_delegation_return()
483 if (test_and_set_bit(NFS_DELEGATION_RETURNING, in nfs_inode_set_delegation()
584 if (test_bit(NFS_DELEGATION_RETURNING, &delegation->flags) || in nfs_delegation_need_return()
733 set_bit(NFS_DELEGATION_RETURNING, &delegation->flags); in nfs_inode_evict_delegation()
789 !test_and_set_bit(NFS_DELEGATION_RETURNING, &delegation->flags)) { in nfs4_inode_return_delegation_on_close()
989 clear_bit(NFS_DELEGATION_RETURNING, &delegation->flags); in nfs_delegation_mark_returned()
1171 test_bit(NFS_DELEGATION_RETURNING, in nfs_server_reap_unclaimed_delegations()
[all …]
H A Ddelegation.h35 NFS_DELEGATION_RETURNING, enumerator
H A Dnfs4proc.c1823 test_bit(NFS_DELEGATION_RETURNING, &deleg_cur->flags) || in update_open_stateid()