Home
last modified time | relevance | path

Searched refs:NFS_O_RDWR_STATE (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/fs/nfs/
Dnfs4_fs.h161 NFS_O_RDWR_STATE, /* OPEN stateid has read/write state */ enumerator
Dnfs4state.c810 call_close |= test_bit(NFS_O_RDWR_STATE, &state->flags); in __nfs4_close()
815 call_close |= test_bit(NFS_O_RDWR_STATE, &state->flags); in __nfs4_close()
1699 clear_bit(NFS_O_RDWR_STATE, &state->flags); in nfs4_clear_open_state()
Dnfs4proc.c1386 ret |= test_bit(NFS_O_RDWR_STATE, &state->flags) != 0 in can_open_cached()
1437 if (state->n_rdwr && !test_bit(NFS_O_RDWR_STATE, &state->flags)) in nfs_open_stateid_recover_openmode()
1471 if (test_and_clear_bit(NFS_O_RDWR_STATE, &state->flags) && state->n_rdwr) in nfs_test_and_clear_all_open_stateid()
1515 set_bit(NFS_O_RDWR_STATE, &state->flags); in nfs_resync_open_stateid_locked()
1522 clear_bit(NFS_O_RDWR_STATE, &state->flags); in nfs_clear_open_stateid_locked()
1636 set_bit(NFS_O_RDWR_STATE, &state->flags); in nfs_state_set_open_stateid()
2018 clear_bit(NFS_O_RDWR_STATE, &state->flags); in nfs4_open_recover()
2170 if (!test_bit(NFS_O_RDWR_STATE, &state->flags)) { in nfs4_open_delegation_recall()
2807 clear_bit(NFS_O_RDWR_STATE, &state->flags); in nfs41_check_open_stateid()
3393 is_rdwr = test_bit(NFS_O_RDWR_STATE, &state->flags); in nfs4_close_prepare()