Home
last modified time | relevance | path

Searched refs:NFS_DELEGATED_STATE (Results 1 – 5 of 5) sorted by relevance

/linux/fs/nfs/
H A Dnfs4_fs.h164 NFS_DELEGATED_STATE, /* Current stateid is delegation */ enumerator
H A Dnfs4state.c807 clear_bit(NFS_DELEGATED_STATE, &state->flags); in __nfs4_close()
1622 if (!test_bit(NFS_DELEGATED_STATE, &state->flags)) { in __nfs4_reclaim_open_state()
1742 clear_bit(NFS_DELEGATED_STATE, &state->flags); in nfs4_clear_open_state()
H A Dnfs4proc.c1715 if (test_bit(NFS_DELEGATED_STATE, &state->flags) == 0) in nfs_clear_open_stateid_locked()
1787 if (test_bit(NFS_DELEGATED_STATE, &state->flags) == 0) in nfs_set_open_stateid_locked()
1837 set_bit(NFS_DELEGATED_STATE, &state->flags); in nfs_state_set_delegation()
1845 clear_bit(NFS_DELEGATED_STATE, &state->flags); in nfs_state_clear_delegation()
2245 if (test_bit(NFS_DELEGATED_STATE, &state->flags) == 0 && in nfs4_open_recover()
2248 if (test_bit(NFS_DELEGATED_STATE, &state->flags) == 0) in nfs4_open_recover()
2318 clear_bit(NFS_DELEGATED_STATE, &state->flags); in nfs4_open_reclaim()
2962 if (test_bit(NFS_DELEGATED_STATE, &state->flags) && in nfs41_delegation_recover_stateid()
7494 if (test_bit(NFS_DELEGATED_STATE, &state->flags) != 0) in nfs4_lock_reclaim()
7520 if (test_bit(NFS_DELEGATED_STATE, &state->flags) != 0) in nfs4_lock_expired()
[all …]
H A Ddelegation.c195 if (!test_bit(NFS_DELEGATED_STATE, &state->flags)) in nfs_delegation_claim_opens()
H A Dnfs4trace.h839 TRACE_DEFINE_ENUM(NFS_DELEGATED_STATE);
857 { NFS_DELEGATED_STATE, "DELEGATED" }, \