Home
last modified time | relevance | path

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

/linux/fs/nfs/
H A Ddelegation.h40 NFS_DELEGATION_INODE_FREEING, enumerator
H A Ddelegation.c312 set_bit(NFS_DELEGATION_INODE_FREEING, &delegation->flags); in nfs_delegation_grab_inode()
669 if (test_bit(NFS_DELEGATION_INODE_FREEING, &delegation->flags)) in nfs_server_return_marked_delegations()
782 set_bit(NFS_DELEGATION_INODE_FREEING, &delegation->flags); in nfs_inode_evict_delegation()
1285 if (test_bit(NFS_DELEGATION_INODE_FREEING, in nfs_server_reap_unclaimed_delegations()
1422 if (test_bit(NFS_DELEGATION_INODE_FREEING, in nfs_server_reap_expired_delegations()
H A Dnfs4trace.h999 { BIT(NFS_DELEGATION_INODE_FREEING), "INODE_FREEING" }, \