Home
last modified time | relevance | path

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

/Linux-v5.10/fs/nfs/
Dnfs4_fs.h160 NFS_DELEGATED_STATE, /* Current stateid is delegation */ enumerator
Dnfs4state.c809 clear_bit(NFS_DELEGATED_STATE, &state->flags); in __nfs4_close()
1610 if (!test_bit(NFS_DELEGATED_STATE, &state->flags)) { in __nfs4_reclaim_open_state()
1730 clear_bit(NFS_DELEGATED_STATE, &state->flags); in nfs4_clear_open_state()
Dnfs4proc.c1637 if (test_bit(NFS_DELEGATED_STATE, &state->flags) == 0) in nfs_clear_open_stateid_locked()
1709 if (test_bit(NFS_DELEGATED_STATE, &state->flags) == 0) in nfs_set_open_stateid_locked()
1759 set_bit(NFS_DELEGATED_STATE, &state->flags); in nfs_state_set_delegation()
1767 clear_bit(NFS_DELEGATED_STATE, &state->flags); in nfs_state_clear_delegation()
2158 if (test_bit(NFS_DELEGATED_STATE, &state->flags) == 0 && in nfs4_open_recover()
2161 if (test_bit(NFS_DELEGATED_STATE, &state->flags) == 0) in nfs4_open_recover()
2219 clear_bit(NFS_DELEGATED_STATE, &state->flags); in nfs4_open_reclaim()
2853 if (test_bit(NFS_DELEGATED_STATE, &state->flags) && in nfs41_delegation_recover_stateid()
7119 if (test_bit(NFS_DELEGATED_STATE, &state->flags) != 0) in nfs4_lock_reclaim()
7145 if (test_bit(NFS_DELEGATED_STATE, &state->flags) != 0) in nfs4_lock_expired()
[all …]
Ddelegation.c186 if (!test_bit(NFS_DELEGATED_STATE, &state->flags)) in nfs_delegation_claim_opens()
Dnfs4trace.h1072 TRACE_DEFINE_ENUM(NFS_DELEGATED_STATE);
1090 { NFS_DELEGATED_STATE, "DELEGATED" }, \