Home
last modified time | relevance | path

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

/linux/fs/nfs/
H A Dnfs4_fs.h167 NFS_O_WRONLY_STATE, /* OPEN stateid has write-only state */ enumerator
H A Dnfs4proc.c1577 ret |= test_bit(NFS_O_WRONLY_STATE, &state->flags) != 0 in can_open_cached()
1630 if (state->n_wronly && !test_bit(NFS_O_WRONLY_STATE, &state->flags)) in nfs_open_stateid_recover_openmode()
1651 if (test_and_clear_bit(NFS_O_WRONLY_STATE, &state->flags) && state->n_wronly) in nfs_test_and_clear_all_open_stateid()
1692 set_bit(NFS_O_WRONLY_STATE, &state->flags); in nfs_resync_open_stateid_locked()
1709 clear_bit(NFS_O_WRONLY_STATE, &state->flags); in nfs_clear_open_stateid_locked()
1713 clear_bit(NFS_O_WRONLY_STATE, &state->flags); in nfs_clear_open_stateid_locked()
1819 set_bit(NFS_O_WRONLY_STATE, &state->flags); in nfs_state_set_open_stateid()
1831 clear_bit(NFS_O_WRONLY_STATE, &state->flags); in nfs_state_clear_open_state_flags()
2406 if (!test_bit(NFS_O_WRONLY_STATE, &state->flags)) { in nfs4_open_delegation_recall()
3726 is_wronly = test_bit(NFS_O_WRONLY_STATE, &state->flags); in nfs4_close_prepare()
H A Dnfs4trace.h842 TRACE_DEFINE_ENUM(NFS_O_WRONLY_STATE);
860 { NFS_O_WRONLY_STATE, "O_WRONLY" }, \