Searched refs:NFS_DELEGATED_STATE (Results 1 – 5 of 5) sorted by relevance
| /Linux-v6.1/fs/nfs/ |
| D | nfs4_fs.h | 162 NFS_DELEGATED_STATE, /* Current stateid is delegation */ enumerator
|
| D | nfs4state.c | 809 clear_bit(NFS_DELEGATED_STATE, &state->flags); in __nfs4_close() 1618 if (!test_bit(NFS_DELEGATED_STATE, &state->flags)) { in __nfs4_reclaim_open_state() 1740 clear_bit(NFS_DELEGATED_STATE, &state->flags); in nfs4_clear_open_state()
|
| D | nfs4proc.c | 1654 if (test_bit(NFS_DELEGATED_STATE, &state->flags) == 0) in nfs_clear_open_stateid_locked() 1726 if (test_bit(NFS_DELEGATED_STATE, &state->flags) == 0) in nfs_set_open_stateid_locked() 1776 set_bit(NFS_DELEGATED_STATE, &state->flags); in nfs_state_set_delegation() 1784 clear_bit(NFS_DELEGATED_STATE, &state->flags); in nfs_state_clear_delegation() 2175 if (test_bit(NFS_DELEGATED_STATE, &state->flags) == 0 && in nfs4_open_recover() 2178 if (test_bit(NFS_DELEGATED_STATE, &state->flags) == 0) in nfs4_open_recover() 2236 clear_bit(NFS_DELEGATED_STATE, &state->flags); in nfs4_open_reclaim() 2876 if (test_bit(NFS_DELEGATED_STATE, &state->flags) && in nfs41_delegation_recover_stateid() 7290 if (test_bit(NFS_DELEGATED_STATE, &state->flags) != 0) in nfs4_lock_reclaim() 7316 if (test_bit(NFS_DELEGATED_STATE, &state->flags) != 0) in nfs4_lock_expired() [all …]
|
| D | delegation.c | 193 if (!test_bit(NFS_DELEGATED_STATE, &state->flags)) in nfs_delegation_claim_opens()
|
| D | nfs4trace.h | 807 TRACE_DEFINE_ENUM(NFS_DELEGATED_STATE); 825 { NFS_DELEGATED_STATE, "DELEGATED" }, \
|