Searched refs:NFS_O_RDONLY_STATE (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/fs/nfs/ |
A D | nfs4_fs.h | 166 NFS_O_RDONLY_STATE, /* OPEN stateid has read-only state */ enumerator
|
A D | nfs4proc.c | 1508 ret |= test_bit(NFS_O_RDONLY_STATE, &state->flags) != 0 in can_open_cached() 1563 if (state->n_rdonly && !test_bit(NFS_O_RDONLY_STATE, &state->flags)) in nfs_open_stateid_recover_openmode() 1584 if (test_and_clear_bit(NFS_O_RDONLY_STATE, &state->flags) && state->n_rdonly) in nfs_test_and_clear_all_open_stateid() 1629 set_bit(NFS_O_RDONLY_STATE, &state->flags); in nfs_resync_open_stateid_locked() 1641 clear_bit(NFS_O_RDONLY_STATE, &state->flags); in nfs_clear_open_stateid_locked() 1647 clear_bit(NFS_O_RDONLY_STATE, &state->flags); in nfs_clear_open_stateid_locked() 1751 set_bit(NFS_O_RDONLY_STATE, &state->flags); in nfs_state_set_open_stateid() 1767 clear_bit(NFS_O_RDONLY_STATE, &state->flags); in nfs_state_clear_open_state_flags() 2325 if (!test_bit(NFS_O_RDONLY_STATE, &state->flags)) { in nfs4_open_delegation_recall() 3633 is_rdonly = test_bit(NFS_O_RDONLY_STATE, &state->flags); in nfs4_close_prepare()
|
A D | nfs4state.c | 800 call_close |= test_bit(NFS_O_RDONLY_STATE, &state->flags); in __nfs4_close() 1744 clear_bit(NFS_O_RDONLY_STATE, &state->flags); in nfs4_clear_open_state()
|
A D | nfs4trace.h | 811 TRACE_DEFINE_ENUM(NFS_O_RDONLY_STATE); 829 { NFS_O_RDONLY_STATE, "O_RDONLY" }, \
|
Completed in 29 milliseconds