Home
last modified time | relevance | path

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

/Linux-v5.10/fs/nfs/
Dnfs4_fs.h163 NFS_O_WRONLY_STATE, /* OPEN stateid has write-only state */ enumerator
Dnfs4proc.c1491 ret |= test_bit(NFS_O_WRONLY_STATE, &state->flags) != 0 in can_open_cached()
1544 if (state->n_wronly && !test_bit(NFS_O_WRONLY_STATE, &state->flags)) in nfs_open_stateid_recover_openmode()
1565 if (test_and_clear_bit(NFS_O_WRONLY_STATE, &state->flags) && state->n_wronly) in nfs_test_and_clear_all_open_stateid()
1605 set_bit(NFS_O_WRONLY_STATE, &state->flags); in nfs_resync_open_stateid_locked()
1622 clear_bit(NFS_O_WRONLY_STATE, &state->flags); in nfs_clear_open_stateid_locked()
1626 clear_bit(NFS_O_WRONLY_STATE, &state->flags); in nfs_clear_open_stateid_locked()
1732 set_bit(NFS_O_WRONLY_STATE, &state->flags); in nfs_state_set_open_stateid()
1744 clear_bit(NFS_O_WRONLY_STATE, &state->flags); in nfs_state_clear_open_state_flags()
2297 if (!test_bit(NFS_O_WRONLY_STATE, &state->flags)) { in nfs4_open_delegation_recall()
3613 is_wronly = test_bit(NFS_O_WRONLY_STATE, &state->flags); in nfs4_close_prepare()
Dnfs4state.c805 call_close |= test_bit(NFS_O_WRONLY_STATE, &state->flags); in __nfs4_close()
1732 clear_bit(NFS_O_WRONLY_STATE, &state->flags); in nfs4_clear_open_state()
Dnfs4trace.h1075 TRACE_DEFINE_ENUM(NFS_O_WRONLY_STATE);
1093 { NFS_O_WRONLY_STATE, "O_WRONLY" }, \