Searched refs:NFS_DELEGATED_STATE (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.15/fs/nfs/ |
| D | nfs4_fs.h | 161 NFS_DELEGATED_STATE, /* Current stateid is delegation */ enumerator
|
| D | nfs4state.c | 809 clear_bit(NFS_DELEGATED_STATE, &state->flags); in __nfs4_close() 1611 if (!test_bit(NFS_DELEGATED_STATE, &state->flags)) { in __nfs4_reclaim_open_state() 1731 clear_bit(NFS_DELEGATED_STATE, &state->flags); in nfs4_clear_open_state()
|
| D | nfs4proc.c | 1661 if (test_bit(NFS_DELEGATED_STATE, &state->flags) == 0) in nfs_clear_open_stateid_locked() 1733 if (test_bit(NFS_DELEGATED_STATE, &state->flags) == 0) in nfs_set_open_stateid_locked() 1783 set_bit(NFS_DELEGATED_STATE, &state->flags); in nfs_state_set_delegation() 1791 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() 2881 if (test_bit(NFS_DELEGATED_STATE, &state->flags) && in nfs41_delegation_recover_stateid() 7201 if (test_bit(NFS_DELEGATED_STATE, &state->flags) != 0) in nfs4_lock_reclaim() 7227 if (test_bit(NFS_DELEGATED_STATE, &state->flags) != 0) in nfs4_lock_expired() [all …]
|
| D | nfs4trace.h | 1117 TRACE_DEFINE_ENUM(NFS_DELEGATED_STATE); 1135 { NFS_DELEGATED_STATE, "DELEGATED" }, \
|
| D | delegation.c | 193 if (!test_bit(NFS_DELEGATED_STATE, &state->flags)) in nfs_delegation_claim_opens()
|