Home
last modified time | relevance | path

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

/linux/fs/nfs/
H A Ddelegation.h36 NFS_DELEGATION_REFERENCED, enumerator
H A Ddelegation.c89 set_bit(NFS_DELEGATION_REFERENCED, &delegation->flags); in nfs_mark_delegation_referenced()
455 delegation->flags = 1<<NFS_DELEGATION_REFERENCED; in nfs_inode_set_delegation()
668 if (pass == 0 && test_bit(NFS_DELEGATION_REFERENCED, &d->flags)) in nfs_delegations_return_from_lru()
1119 if (test_and_clear_bit(NFS_DELEGATION_REFERENCED, &d->flags)) in nfs_mark_return_unreferenced_delegations()
H A Dnfs4trace.h991 { BIT(NFS_DELEGATION_REFERENCED), "REFERENCED" }, \