Searched refs:NFS_DELEGATED_STATE (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/fs/nfs/ |
D | nfs4_fs.h | 150 NFS_DELEGATED_STATE, /* Current stateid is delegation */ enumerator
|
D | nfs4state.c | 776 clear_bit(NFS_DELEGATED_STATE, &state->flags); in __nfs4_close() 1349 if (!test_bit(NFS_DELEGATED_STATE, &state->flags)) in nfs_inode_find_state_and_recover() 1473 if (!test_bit(NFS_DELEGATED_STATE, &state->flags)) { in nfs4_reclaim_open_state() 1538 clear_bit(NFS_DELEGATED_STATE, &state->flags); in nfs4_clear_open_state()
|
D | nfs4proc.c | 1347 if (test_bit(NFS_DELEGATED_STATE, &state->flags) == 0) in nfs_clear_open_stateid_locked() 1377 if (test_bit(NFS_DELEGATED_STATE, &state->flags) == 0) in nfs_set_open_stateid_locked() 1392 set_bit(NFS_DELEGATED_STATE, &state->flags); in __update_open_stateid() 1705 clear_bit(NFS_DELEGATED_STATE, &state->flags); in nfs4_open_recover() 1721 if (test_bit(NFS_DELEGATED_STATE, &state->flags) == 0 && in nfs4_open_recover() 1724 if (test_bit(NFS_DELEGATED_STATE, &state->flags) == 0) in nfs4_open_recover() 1803 set_bit(NFS_DELEGATED_STATE, &state->flags); in nfs4_handle_delegation_recall_error() 1808 set_bit(NFS_DELEGATED_STATE, &state->flags); in nfs4_handle_delegation_recall_error() 1829 set_bit(NFS_DELEGATED_STATE, &state->flags); in nfs4_handle_delegation_recall_error() 1856 clear_bit(NFS_DELEGATED_STATE, &state->flags); in nfs4_open_delegation_recall() [all …]
|
D | delegation.c | 132 if (!test_bit(NFS_DELEGATED_STATE, &state->flags)) in nfs_delegation_claim_opens()
|