Home
last modified time | relevance | path

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

/linux/fs/nfs/
A Dnfs4_fs.h161 NFS_DELEGATED_STATE, /* Current stateid is delegation */ enumerator
A Dnfs4state.c809 clear_bit(NFS_DELEGATED_STATE, &state->flags); in __nfs4_close()
1608 if (!test_bit(NFS_DELEGATED_STATE, &state->flags)) { in __nfs4_reclaim_open_state()
1728 clear_bit(NFS_DELEGATED_STATE, &state->flags); in nfs4_clear_open_state()
A Dnfs4proc.c1657 if (test_bit(NFS_DELEGATED_STATE, &state->flags) == 0) in nfs_clear_open_stateid_locked()
1729 if (test_bit(NFS_DELEGATED_STATE, &state->flags) == 0) in nfs_set_open_stateid_locked()
1779 set_bit(NFS_DELEGATED_STATE, &state->flags); in nfs_state_set_delegation()
1787 clear_bit(NFS_DELEGATED_STATE, &state->flags); in nfs_state_clear_delegation()
2178 if (test_bit(NFS_DELEGATED_STATE, &state->flags) == 0 && in nfs4_open_recover()
2181 if (test_bit(NFS_DELEGATED_STATE, &state->flags) == 0) in nfs4_open_recover()
2239 clear_bit(NFS_DELEGATED_STATE, &state->flags); in nfs4_open_reclaim()
2880 if (test_bit(NFS_DELEGATED_STATE, &state->flags) && in nfs41_delegation_recover_stateid()
7136 if (test_bit(NFS_DELEGATED_STATE, &state->flags) != 0) in nfs4_lock_reclaim()
7162 if (test_bit(NFS_DELEGATED_STATE, &state->flags) != 0) in nfs4_lock_expired()
[all …]
A Ddelegation.c193 if (!test_bit(NFS_DELEGATED_STATE, &state->flags)) in nfs_delegation_claim_opens()
A Dnfs4trace.h807 TRACE_DEFINE_ENUM(NFS_DELEGATED_STATE);
825 { NFS_DELEGATED_STATE, "DELEGATED" }, \

Completed in 34 milliseconds