Searched refs:NFS_DELEGATION_INODE_FREEING (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/fs/nfs/ |
H A D | delegation.h | 38 NFS_DELEGATION_INODE_FREEING, enumerator
|
H A D | delegation.c | 286 set_bit(NFS_DELEGATION_INODE_FREEING, &delegation->flags); in nfs_delegation_grab_inode() 605 if (test_bit(NFS_DELEGATION_INODE_FREEING, &delegation->flags)) in nfs_server_return_marked_delegations() 716 set_bit(NFS_DELEGATION_INODE_FREEING, &delegation->flags); in nfs_inode_evict_delegation() 1145 if (test_bit(NFS_DELEGATION_INODE_FREEING, in nfs_server_reap_unclaimed_delegations() 1277 if (test_bit(NFS_DELEGATION_INODE_FREEING, in nfs_server_reap_expired_delegations()
|
/kernel/linux/linux-6.6/fs/nfs/ |
H A D | delegation.h | 38 NFS_DELEGATION_INODE_FREEING, enumerator
|
H A D | delegation.c | 286 set_bit(NFS_DELEGATION_INODE_FREEING, &delegation->flags); in nfs_delegation_grab_inode() 623 if (test_bit(NFS_DELEGATION_INODE_FREEING, &delegation->flags)) in nfs_server_return_marked_delegations() 734 set_bit(NFS_DELEGATION_INODE_FREEING, &delegation->flags); in nfs_inode_evict_delegation() 1169 if (test_bit(NFS_DELEGATION_INODE_FREEING, in nfs_server_reap_unclaimed_delegations() 1301 if (test_bit(NFS_DELEGATION_INODE_FREEING, in nfs_server_reap_expired_delegations()
|
Completed in 5 milliseconds