Searched refs:NFS_DELEGATED_STATE (Results 1 – 4 of 4) sorted by relevance
/linux/fs/nfs/ |
H A D | nfs4_fs.h | 164 NFS_DELEGATED_STATE, /* Current stateid is delegation */ enumerator
|
H A D | nfs4proc.c | 1724 if (test_bit(NFS_DELEGATED_STATE, &state->flags) == 0) in nfs_clear_open_stateid_locked() 1796 if (test_bit(NFS_DELEGATED_STATE, &state->flags) == 0) in nfs_set_open_stateid_locked() 1846 set_bit(NFS_DELEGATED_STATE, &state->flags); in nfs_state_set_delegation() 1854 clear_bit(NFS_DELEGATED_STATE, &state->flags); in nfs_state_clear_delegation() 2254 if (test_bit(NFS_DELEGATED_STATE, &state->flags) == 0 && in nfs4_open_recover() 2257 if (test_bit(NFS_DELEGATED_STATE, &state->flags) == 0) in nfs4_open_recover() 2327 clear_bit(NFS_DELEGATED_STATE, &state->flags); in nfs4_open_reclaim() 2973 if (test_bit(NFS_DELEGATED_STATE, &state->flags) && in nfs41_delegation_recover_stateid() 7508 if (test_bit(NFS_DELEGATED_STATE, &state->flags) != 0) in nfs4_lock_reclaim() 7534 if (test_bit(NFS_DELEGATED_STATE, &state->flags) != 0) in nfs4_lock_expired() [all …]
|
H A D | delegation.c | 195 if (!test_bit(NFS_DELEGATED_STATE, &state->flags)) in nfs_delegation_claim_opens()
|
H A D | nfs4trace.h | 839 TRACE_DEFINE_ENUM(NFS_DELEGATED_STATE); 857 { NFS_DELEGATED_STATE, "DELEGATED" }, \
|