Searched refs:NFS_DELEGATED_STATE (Results 1 – 4 of 4) sorted by relevance
/fs/nfs/ |
D | nfs4_fs.h | 158 NFS_DELEGATED_STATE, /* Current stateid is delegation */ enumerator
|
D | nfs4state.c | 809 clear_bit(NFS_DELEGATED_STATE, &state->flags); in __nfs4_close() 1593 if (!test_bit(NFS_DELEGATED_STATE, &state->flags)) { in __nfs4_reclaim_open_state() 1698 clear_bit(NFS_DELEGATED_STATE, &state->flags); in nfs4_clear_open_state()
|
D | nfs4proc.c | 1596 if (test_bit(NFS_DELEGATED_STATE, &state->flags) == 0) in nfs_clear_open_stateid_locked() 1667 if (test_bit(NFS_DELEGATED_STATE, &state->flags) == 0) in nfs_set_open_stateid_locked() 1717 set_bit(NFS_DELEGATED_STATE, &state->flags); in nfs_state_set_delegation() 1725 clear_bit(NFS_DELEGATED_STATE, &state->flags); in nfs_state_clear_delegation() 2116 if (test_bit(NFS_DELEGATED_STATE, &state->flags) == 0 && in nfs4_open_recover() 2119 if (test_bit(NFS_DELEGATED_STATE, &state->flags) == 0) in nfs4_open_recover() 2177 clear_bit(NFS_DELEGATED_STATE, &state->flags); in nfs4_open_reclaim() 2807 if (test_bit(NFS_DELEGATED_STATE, &state->flags) && in nfs41_delegation_recover_stateid() 6923 if (test_bit(NFS_DELEGATED_STATE, &state->flags) != 0) in nfs4_lock_reclaim() 6949 if (test_bit(NFS_DELEGATED_STATE, &state->flags) != 0) in nfs4_lock_expired() [all …]
|
D | delegation.c | 153 if (!test_bit(NFS_DELEGATED_STATE, &state->flags)) in nfs_delegation_claim_opens()
|