Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/nfs/
H A Dnfs4_fs.h163 NFS_O_RDONLY_STATE, /* OPEN stateid has read-only state */ enumerator
H A Dnfs4proc.c1498 ret |= test_bit(NFS_O_RDONLY_STATE, &state->flags) != 0 in can_open_cached()
1553 if (state->n_rdonly && !test_bit(NFS_O_RDONLY_STATE, &state->flags)) in nfs_open_stateid_recover_openmode()
1574 if (test_and_clear_bit(NFS_O_RDONLY_STATE, &state->flags) && state->n_rdonly) in nfs_test_and_clear_all_open_stateid()
1619 set_bit(NFS_O_RDONLY_STATE, &state->flags); in nfs_resync_open_stateid_locked()
1631 clear_bit(NFS_O_RDONLY_STATE, &state->flags); in nfs_clear_open_stateid_locked()
1637 clear_bit(NFS_O_RDONLY_STATE, &state->flags); in nfs_clear_open_stateid_locked()
1741 set_bit(NFS_O_RDONLY_STATE, &state->flags); in nfs_state_set_open_stateid()
1757 clear_bit(NFS_O_RDONLY_STATE, &state->flags); in nfs_state_clear_open_state_flags()
2314 if (!test_bit(NFS_O_RDONLY_STATE, &state->flags)) { in nfs4_open_delegation_recall()
3628 is_rdonly = test_bit(NFS_O_RDONLY_STATE, &state->flags); in nfs4_close_prepare()
H A Dnfs4state.c801 call_close |= test_bit(NFS_O_RDONLY_STATE, &state->flags); in __nfs4_close()
1732 clear_bit(NFS_O_RDONLY_STATE, &state->flags); in nfs4_clear_open_state()
H A Dnfs4trace.h1074 TRACE_DEFINE_ENUM(NFS_O_RDONLY_STATE);
1092 { NFS_O_RDONLY_STATE, "O_RDONLY" }, \