Searched refs:NFS_DELEGATED_STATE (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/fs/nfs/ |
D | nfs4_fs.h | 155 NFS_DELEGATED_STATE, /* Current stateid is delegation */ enumerator
|
D | nfs4proc.c | 1527 if (test_bit(NFS_DELEGATED_STATE, &state->flags) == 0) in nfs_clear_open_stateid_locked() 1594 if (test_bit(NFS_DELEGATED_STATE, &state->flags) == 0) in nfs_set_open_stateid_locked() 1636 set_bit(NFS_DELEGATED_STATE, &state->flags); in nfs_state_set_delegation() 1644 clear_bit(NFS_DELEGATED_STATE, &state->flags); in nfs_state_clear_delegation() 2004 clear_bit(NFS_DELEGATED_STATE, &state->flags); in nfs4_open_recover() 2020 if (test_bit(NFS_DELEGATED_STATE, &state->flags) == 0 && in nfs4_open_recover() 2023 if (test_bit(NFS_DELEGATED_STATE, &state->flags) == 0) in nfs4_open_recover() 2102 set_bit(NFS_DELEGATED_STATE, &state->flags); in nfs4_handle_delegation_recall_error() 2107 set_bit(NFS_DELEGATED_STATE, &state->flags); in nfs4_handle_delegation_recall_error() 2128 set_bit(NFS_DELEGATED_STATE, &state->flags); in nfs4_handle_delegation_recall_error() [all …]
|
D | nfs4state.c | 794 clear_bit(NFS_DELEGATED_STATE, &state->flags); in __nfs4_close() 1582 if (!test_bit(NFS_DELEGATED_STATE, &state->flags)) { in nfs4_reclaim_open_state() 1669 clear_bit(NFS_DELEGATED_STATE, &state->flags); in nfs4_clear_open_state()
|
D | delegation.c | 144 if (!test_bit(NFS_DELEGATED_STATE, &state->flags)) in nfs_delegation_claim_opens()
|