Home
last modified time | relevance | path

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

/Linux-v4.19/fs/nfs/
Dnfs4_fs.h155 NFS_DELEGATED_STATE, /* Current stateid is delegation */ enumerator
Dnfs4proc.c1527 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 …]
Dnfs4state.c794 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()
Ddelegation.c144 if (!test_bit(NFS_DELEGATED_STATE, &state->flags)) in nfs_delegation_claim_opens()