Searched refs:NFS_DELEGATION_REVOKED (Results 1 - 2 of 2) sorted by relevance

/linux-master/fs/nfs/
H A Ddelegation.c42 if (!test_and_set_bit(NFS_DELEGATION_REVOKED, &delegation->flags)) {
90 !test_bit(NFS_DELEGATION_REVOKED, &delegation->flags) &&
243 if (test_and_clear_bit(NFS_DELEGATION_REVOKED,
262 if (!test_bit(NFS_DELEGATION_REVOKED, &delegation->flags)) {
404 if (test_bit(NFS_DELEGATION_REVOKED, &delegation->flags)) {
408 clear_bit(NFS_DELEGATION_REVOKED, &delegation->flags);
464 if (!test_bit(NFS_DELEGATION_REVOKED, &old_delegation->flags)) {
540 if (test_bit(NFS_DELEGATION_REVOKED, &delegation->flags))
583 test_bit(NFS_DELEGATION_REVOKED, &delegation->flags))
1080 !test_bit(NFS_DELEGATION_REVOKED,
[all...]
H A Ddelegation.h37 NFS_DELEGATION_REVOKED, enumerator in enum:__anon132

Completed in 101 milliseconds