Home
last modified time | relevance | path

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

/fs/nfs/
Dnfs4_fs.h154 NFS_DELEGATED_STATE, /* Current stateid is delegation */ enumerator
Dnfs4proc.c1473 if (test_bit(NFS_DELEGATED_STATE, &state->flags) == 0) in nfs_clear_open_stateid_locked()
1507 if (test_bit(NFS_DELEGATED_STATE, &state->flags) == 0) in nfs_set_open_stateid_locked()
1526 set_bit(NFS_DELEGATED_STATE, &state->flags); in __update_open_stateid()
1855 clear_bit(NFS_DELEGATED_STATE, &state->flags); in nfs4_open_recover()
1871 if (test_bit(NFS_DELEGATED_STATE, &state->flags) == 0 && in nfs4_open_recover()
1874 if (test_bit(NFS_DELEGATED_STATE, &state->flags) == 0) in nfs4_open_recover()
1953 set_bit(NFS_DELEGATED_STATE, &state->flags); in nfs4_handle_delegation_recall_error()
1958 set_bit(NFS_DELEGATED_STATE, &state->flags); in nfs4_handle_delegation_recall_error()
1979 set_bit(NFS_DELEGATED_STATE, &state->flags); in nfs4_handle_delegation_recall_error()
2006 clear_bit(NFS_DELEGATED_STATE, &state->flags); in nfs4_open_delegation_recall()
[all …]
Dnfs4state.c776 clear_bit(NFS_DELEGATED_STATE, &state->flags); in __nfs4_close()
1517 if (!test_bit(NFS_DELEGATED_STATE, &state->flags)) { in nfs4_reclaim_open_state()
1586 clear_bit(NFS_DELEGATED_STATE, &state->flags); in nfs4_clear_open_state()
Ddelegation.c142 if (!test_bit(NFS_DELEGATED_STATE, &state->flags)) in nfs_delegation_claim_opens()