Searched refs:NFS_DELEGATED_STATE (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/fs/nfs/ |
D | nfs4_fs.h | 150 NFS_DELEGATED_STATE, /* Current stateid is delegation */ enumerator
|
D | nfs4state.c | 777 clear_bit(NFS_DELEGATED_STATE, &state->flags); in __nfs4_close() 1350 if (!test_bit(NFS_DELEGATED_STATE, &state->flags)) in nfs_inode_find_state_and_recover() 1474 if (!test_bit(NFS_DELEGATED_STATE, &state->flags)) { in nfs4_reclaim_open_state() 1539 clear_bit(NFS_DELEGATED_STATE, &state->flags); in nfs4_clear_open_state()
|
D | nfs4proc.c | 1246 if (test_bit(NFS_DELEGATED_STATE, &state->flags) == 0) in nfs_clear_open_stateid_locked() 1276 if (test_bit(NFS_DELEGATED_STATE, &state->flags) == 0) in nfs_set_open_stateid_locked() 1291 set_bit(NFS_DELEGATED_STATE, &state->flags); in __update_open_stateid() 1594 clear_bit(NFS_DELEGATED_STATE, &state->flags); in nfs4_open_recover() 1622 if (test_bit(NFS_DELEGATED_STATE, &state->flags) == 0 && in nfs4_open_recover() 1625 if (test_bit(NFS_DELEGATED_STATE, &state->flags) == 0) in nfs4_open_recover() 1703 set_bit(NFS_DELEGATED_STATE, &state->flags); in nfs4_handle_delegation_recall_error() 1708 set_bit(NFS_DELEGATED_STATE, &state->flags); in nfs4_handle_delegation_recall_error() 1729 set_bit(NFS_DELEGATED_STATE, &state->flags); in nfs4_handle_delegation_recall_error() 2187 clear_bit(NFS_DELEGATED_STATE, &state->flags); in nfs_finish_clear_delegation_stateid() [all …]
|
D | delegation.c | 131 if (!test_bit(NFS_DELEGATED_STATE, &state->flags)) in nfs_delegation_claim_opens()
|