Home
last modified time | relevance | path

Searched refs:NFS_DELEGATED_STATE (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/fs/nfs/
H A Dnfs4_fs.h162 NFS_DELEGATED_STATE, /* Current stateid is delegation */ enumerator
H A Dnfs4state.c814 clear_bit(NFS_DELEGATED_STATE, &state->flags); in __nfs4_close()
1632 if (!test_bit(NFS_DELEGATED_STATE, &state->flags)) { in __nfs4_reclaim_open_state()
1752 clear_bit(NFS_DELEGATED_STATE, &state->flags); in nfs4_clear_open_state()
H 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 __must_hold()
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()
2177 if (test_bit(NFS_DELEGATED_STATE, &state->flags) == 0 && in nfs4_open_recover()
2180 if (test_bit(NFS_DELEGATED_STATE, &state->flags) == 0) in nfs4_open_recover()
2238 clear_bit(NFS_DELEGATED_STATE, &state->flags); in nfs4_open_reclaim()
2877 if (test_bit(NFS_DELEGATED_STATE, &state->flags) && in nfs41_delegation_recover_stateid()
7188 if (test_bit(NFS_DELEGATED_STATE, &state->flags) != 0) in nfs4_lock_reclaim()
7214 if (test_bit(NFS_DELEGATED_STATE, in nfs4_lock_expired()
[all...]
H A Dnfs4trace.h1074 TRACE_DEFINE_ENUM(NFS_DELEGATED_STATE); variable
1092 { NFS_DELEGATED_STATE, "DELEGATED" }, \
H A Ddelegation.c193 if (!test_bit(NFS_DELEGATED_STATE, &state->flags)) in nfs_delegation_claim_opens()
/kernel/linux/linux-6.6/fs/nfs/
H A Dnfs4_fs.h164 NFS_DELEGATED_STATE, /* Current stateid is delegation */ enumerator
H A Dnfs4state.c813 clear_bit(NFS_DELEGATED_STATE, &state->flags); in __nfs4_close()
1634 if (!test_bit(NFS_DELEGATED_STATE, &state->flags)) { in __nfs4_reclaim_open_state()
1757 clear_bit(NFS_DELEGATED_STATE, &state->flags); in nfs4_clear_open_state()
H A Dnfs4proc.c1662 if (test_bit(NFS_DELEGATED_STATE, &state->flags) == 0) in nfs_clear_open_stateid_locked()
1734 if (test_bit(NFS_DELEGATED_STATE, &state->flags) == 0) in __must_hold()
1784 set_bit(NFS_DELEGATED_STATE, &state->flags); in nfs_state_set_delegation()
1792 clear_bit(NFS_DELEGATED_STATE, &state->flags); in nfs_state_clear_delegation()
2182 if (test_bit(NFS_DELEGATED_STATE, &state->flags) == 0 && in nfs4_open_recover()
2185 if (test_bit(NFS_DELEGATED_STATE, &state->flags) == 0) in nfs4_open_recover()
2243 clear_bit(NFS_DELEGATED_STATE, &state->flags); in nfs4_open_reclaim()
2887 if (test_bit(NFS_DELEGATED_STATE, &state->flags) && in nfs41_delegation_recover_stateid()
7312 if (test_bit(NFS_DELEGATED_STATE, &state->flags) != 0) in nfs4_lock_reclaim()
7338 if (test_bit(NFS_DELEGATED_STATE, in nfs4_lock_expired()
[all...]
H A Dnfs4trace.h809 TRACE_DEFINE_ENUM(NFS_DELEGATED_STATE); variable
827 { NFS_DELEGATED_STATE, "DELEGATED" }, \
H A Ddelegation.c193 if (!test_bit(NFS_DELEGATED_STATE, &state->flags)) in nfs_delegation_claim_opens()

Completed in 42 milliseconds