Searched refs:NFS_O_RDWR_STATE (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/fs/nfs/ |
D | nfs4_fs.h | 154 NFS_O_RDWR_STATE, /* OPEN stateid has read/write state */ enumerator
|
D | nfs4state.c | 769 call_close |= test_bit(NFS_O_RDWR_STATE, &state->flags); in __nfs4_close() 774 call_close |= test_bit(NFS_O_RDWR_STATE, &state->flags); in __nfs4_close() 1542 clear_bit(NFS_O_RDWR_STATE, &state->flags); in nfs4_clear_open_state()
|
D | nfs4proc.c | 1142 ret |= test_bit(NFS_O_RDWR_STATE, &state->flags) != 0 in can_open_cached() 1187 if (test_and_clear_bit(NFS_O_RDWR_STATE, &state->flags) && state->n_rdwr) in nfs_test_and_clear_all_open_stateid() 1216 set_bit(NFS_O_RDWR_STATE, &state->flags); in nfs_resync_open_stateid_locked() 1224 clear_bit(NFS_O_RDWR_STATE, &state->flags); in nfs_clear_open_stateid_locked() 1272 set_bit(NFS_O_RDWR_STATE, &state->flags); in nfs_set_open_stateid_locked() 1590 clear_bit(NFS_O_RDWR_STATE, &state->flags); in nfs4_open_recover() 2255 (test_bit(NFS_O_RDWR_STATE, &state->flags) == 0)) in nfs41_check_open_stateid() 2268 clear_bit(NFS_O_RDWR_STATE, &state->flags); in nfs41_check_open_stateid() 2703 is_rdwr = test_bit(NFS_O_RDWR_STATE, &state->flags); in nfs4_close_prepare()
|