Searched refs:NFS_DELEGATED_STATE (Results 1 – 4 of 4) sorted by relevance
/fs/nfs/ |
D | nfs4_fs.h | 154 NFS_DELEGATED_STATE, /* Current stateid is delegation */ enumerator
|
D | nfs4proc.c | 1473 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 …]
|
D | nfs4state.c | 776 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()
|
D | delegation.c | 142 if (!test_bit(NFS_DELEGATED_STATE, &state->flags)) in nfs_delegation_claim_opens()
|