Home
last modified time | relevance | path

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

/Linux-v5.15/fs/nfs/
Dnfs4_fs.h165 NFS_O_RDWR_STATE, /* OPEN stateid has read/write state */ enumerator
Dnfs4state.c801 call_close |= test_bit(NFS_O_RDWR_STATE, &state->flags); in __nfs4_close()
806 call_close |= test_bit(NFS_O_RDWR_STATE, &state->flags); in __nfs4_close()
1734 clear_bit(NFS_O_RDWR_STATE, &state->flags); in nfs4_clear_open_state()
Dnfs4proc.c1519 ret |= test_bit(NFS_O_RDWR_STATE, &state->flags) != 0 in can_open_cached()
1570 if (state->n_rdwr && !test_bit(NFS_O_RDWR_STATE, &state->flags)) in nfs_open_stateid_recover_openmode()
1591 if (test_and_clear_bit(NFS_O_RDWR_STATE, &state->flags) && state->n_rdwr) in nfs_test_and_clear_all_open_stateid()
1633 set_bit(NFS_O_RDWR_STATE, &state->flags); in nfs_resync_open_stateid_locked()
1640 clear_bit(NFS_O_RDWR_STATE, &state->flags); in nfs_clear_open_stateid_locked()
1759 set_bit(NFS_O_RDWR_STATE, &state->flags); in nfs_state_set_open_stateid()
1767 clear_bit(NFS_O_RDWR_STATE, &state->flags); in nfs_state_clear_open_state_flags()
2317 if (!test_bit(NFS_O_RDWR_STATE, &state->flags)) { in nfs4_open_delegation_recall()
3643 is_rdwr = test_bit(NFS_O_RDWR_STATE, &state->flags); in nfs4_close_prepare()
Dnfs4trace.h1121 TRACE_DEFINE_ENUM(NFS_O_RDWR_STATE);
1139 { NFS_O_RDWR_STATE, "O_RDWR" }, \