Searched refs:NFS_DELEGATION_TEST_EXPIRED (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/nfs/ |
H A D | delegation.h | 37 NFS_DELEGATION_TEST_EXPIRED, enumerator
|
H A D | delegation.c | 1115 if (test_bit(NFS_DELEGATION_TEST_EXPIRED, &delegation->flags)) in nfs_delegation_mark_reclaim_server() 1196 set_bit(NFS_DELEGATION_TEST_EXPIRED, &delegation->flags); in nfs_mark_test_expired_delegation() 1281 test_bit(NFS_DELEGATION_TEST_EXPIRED, in nfs_server_reap_expired_delegations() 1291 clear_bit(NFS_DELEGATION_TEST_EXPIRED, &delegation->flags); in nfs_server_reap_expired_delegations()
|
H A D | nfs4proc.c | 2851 if (!test_and_clear_bit(NFS_DELEGATION_TEST_EXPIRED, in nfs41_check_delegation_stateid()
|
/kernel/linux/linux-6.6/fs/nfs/ |
H A D | delegation.h | 37 NFS_DELEGATION_TEST_EXPIRED, enumerator
|
H A D | delegation.c | 1139 if (test_bit(NFS_DELEGATION_TEST_EXPIRED, &delegation->flags)) in nfs_delegation_mark_reclaim_server() 1220 set_bit(NFS_DELEGATION_TEST_EXPIRED, &delegation->flags); in nfs_mark_test_expired_delegation() 1305 test_bit(NFS_DELEGATION_TEST_EXPIRED, in nfs_server_reap_expired_delegations() 1315 clear_bit(NFS_DELEGATION_TEST_EXPIRED, &delegation->flags); in nfs_server_reap_expired_delegations()
|
H A D | nfs4proc.c | 2861 if (!test_and_clear_bit(NFS_DELEGATION_TEST_EXPIRED, in nfs41_check_delegation_stateid()
|
Completed in 31 milliseconds