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

/linux-master/fs/nfs/
H A Ddelegation.h36 NFS_DELEGATION_RETURNING, enumerator in enum:__anon132
H A Ddelegation.c45 if (!test_bit(NFS_DELEGATION_RETURNING, &delegation->flags))
91 !test_bit(NFS_DELEGATION_RETURNING, &delegation->flags))
296 if (!test_and_set_bit(NFS_DELEGATION_RETURNING, &delegation->flags)) {
324 clear_bit(NFS_DELEGATION_RETURNING, &delegation->flags);
480 if (test_and_set_bit(NFS_DELEGATION_RETURNING,
581 if (test_bit(NFS_DELEGATION_RETURNING, &delegation->flags) ||
730 set_bit(NFS_DELEGATION_RETURNING, &delegation->flags);
786 !test_and_set_bit(NFS_DELEGATION_RETURNING, &delegation->flags)) {
986 clear_bit(NFS_DELEGATION_RETURNING, &delegation->flags);
1168 test_bit(NFS_DELEGATION_RETURNING,
[all...]
H A Dnfs4proc.c1848 test_bit(NFS_DELEGATION_RETURNING, &deleg_cur->flags) ||

Completed in 202 milliseconds