Searched refs:NFS_O_RDONLY_STATE (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/fs/nfs/ |
H A D | nfs4_fs.h | 164 NFS_O_RDONLY_STATE, /* OPEN stateid has read-only state */ enumerator
|
H A D | nfs4proc.c | 1506 ret |= test_bit(NFS_O_RDONLY_STATE, &state->flags) != 0 in can_open_cached() 1561 if (state->n_rdonly && !test_bit(NFS_O_RDONLY_STATE, &state->flags)) in nfs_open_stateid_recover_openmode() 1582 if (test_and_clear_bit(NFS_O_RDONLY_STATE, &state->flags) && state->n_rdonly) in nfs_test_and_clear_all_open_stateid() 1627 set_bit(NFS_O_RDONLY_STATE, &state->flags); in nfs_resync_open_stateid_locked() 1639 clear_bit(NFS_O_RDONLY_STATE, &state->flags); in nfs_clear_open_stateid_locked() 1645 clear_bit(NFS_O_RDONLY_STATE, &state->flags); in nfs_clear_open_stateid_locked() 1749 set_bit(NFS_O_RDONLY_STATE, &state->flags); in nfs_state_set_open_stateid() 1765 clear_bit(NFS_O_RDONLY_STATE, &state->flags); in nfs_state_clear_open_state_flags() 2321 if (!test_bit(NFS_O_RDONLY_STATE, &state->flags)) { in nfs4_open_delegation_recall() 3640 is_rdonly = test_bit(NFS_O_RDONLY_STATE, in nfs4_close_prepare() [all...] |
H A D | nfs4state.c | 805 call_close |= test_bit(NFS_O_RDONLY_STATE, &state->flags); in __nfs4_close() 1753 clear_bit(NFS_O_RDONLY_STATE, &state->flags); in nfs4_clear_open_state()
|
H A D | nfs4trace.h | 1076 TRACE_DEFINE_ENUM(NFS_O_RDONLY_STATE); variable 1094 { NFS_O_RDONLY_STATE, "O_RDONLY" }, \
|
/kernel/linux/linux-6.6/fs/nfs/ |
H A D | nfs4_fs.h | 166 NFS_O_RDONLY_STATE, /* OPEN stateid has read-only state */ enumerator
|
H A D | nfs4proc.c | 1511 ret |= test_bit(NFS_O_RDONLY_STATE, &state->flags) != 0 in can_open_cached() 1566 if (state->n_rdonly && !test_bit(NFS_O_RDONLY_STATE, &state->flags)) in nfs_open_stateid_recover_openmode() 1587 if (test_and_clear_bit(NFS_O_RDONLY_STATE, &state->flags) && state->n_rdonly) in nfs_test_and_clear_all_open_stateid() 1632 set_bit(NFS_O_RDONLY_STATE, &state->flags); in nfs_resync_open_stateid_locked() 1644 clear_bit(NFS_O_RDONLY_STATE, &state->flags); in nfs_clear_open_stateid_locked() 1650 clear_bit(NFS_O_RDONLY_STATE, &state->flags); in nfs_clear_open_stateid_locked() 1754 set_bit(NFS_O_RDONLY_STATE, &state->flags); in nfs_state_set_open_stateid() 1770 clear_bit(NFS_O_RDONLY_STATE, &state->flags); in nfs_state_clear_open_state_flags() 2327 if (!test_bit(NFS_O_RDONLY_STATE, &state->flags)) { in nfs4_open_delegation_recall() 3639 is_rdonly = test_bit(NFS_O_RDONLY_STATE, in nfs4_close_prepare() [all...] |
H A D | nfs4trace.h | 811 TRACE_DEFINE_ENUM(NFS_O_RDONLY_STATE); variable 829 { NFS_O_RDONLY_STATE, "O_RDONLY" }, \
|
H A D | nfs4state.c | 804 call_close |= test_bit(NFS_O_RDONLY_STATE, &state->flags); in __nfs4_close() 1758 clear_bit(NFS_O_RDONLY_STATE, &state->flags); in nfs4_clear_open_state()
|
Completed in 33 milliseconds