Searched refs:NFS_O_RDWR_STATE (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/fs/nfs/ |
H A D | nfs4_fs.h | 166 NFS_O_RDWR_STATE, /* OPEN stateid has read/write state */ enumerator
|
H A D | nfs4state.c | 806 call_close |= test_bit(NFS_O_RDWR_STATE, &state->flags); in __nfs4_close() 811 call_close |= test_bit(NFS_O_RDWR_STATE, &state->flags); in __nfs4_close() 1755 clear_bit(NFS_O_RDWR_STATE, &state->flags); in nfs4_clear_open_state()
|
H A D | nfs4proc.c | 1514 ret |= test_bit(NFS_O_RDWR_STATE, &state->flags) != 0 in can_open_cached() 1565 if (state->n_rdwr && !test_bit(NFS_O_RDWR_STATE, &state->flags)) in nfs_open_stateid_recover_openmode() 1586 if (test_and_clear_bit(NFS_O_RDWR_STATE, &state->flags) && state->n_rdwr) in nfs_test_and_clear_all_open_stateid() 1629 set_bit(NFS_O_RDWR_STATE, &state->flags); in nfs_resync_open_stateid_locked() 1636 clear_bit(NFS_O_RDWR_STATE, &state->flags); in nfs_clear_open_stateid_locked() 1755 set_bit(NFS_O_RDWR_STATE, &state->flags); in nfs_state_set_open_stateid() 1763 clear_bit(NFS_O_RDWR_STATE, &state->flags); in nfs_state_clear_open_state_flags() 2311 if (!test_bit(NFS_O_RDWR_STATE, &state->flags)) { in nfs4_open_delegation_recall() 3639 is_rdwr = test_bit(NFS_O_RDWR_STATE, &state->flags); in nfs4_close_prepare()
|
H A D | nfs4trace.h | 1078 TRACE_DEFINE_ENUM(NFS_O_RDWR_STATE); variable 1096 { NFS_O_RDWR_STATE, "O_RDWR" }, \
|
/kernel/linux/linux-6.6/fs/nfs/ |
H A D | nfs4_fs.h | 168 NFS_O_RDWR_STATE, /* OPEN stateid has read/write state */ enumerator
|
H A D | nfs4state.c | 805 call_close |= test_bit(NFS_O_RDWR_STATE, &state->flags); in __nfs4_close() 810 call_close |= test_bit(NFS_O_RDWR_STATE, &state->flags); in __nfs4_close() 1760 clear_bit(NFS_O_RDWR_STATE, &state->flags); in nfs4_clear_open_state()
|
H A D | nfs4proc.c | 1519 ret |= test_bit(NFS_O_RDWR_STATE, &state->flags) != 0 in can_open_cached() 1570 if (state->n_rdwr && !test_bit(NFS_O_RDWR_STATE, &state->flags)) in nfs_open_stateid_recover_openmode() 1591 if (test_and_clear_bit(NFS_O_RDWR_STATE, &state->flags) && state->n_rdwr) in nfs_test_and_clear_all_open_stateid() 1634 set_bit(NFS_O_RDWR_STATE, &state->flags); in nfs_resync_open_stateid_locked() 1641 clear_bit(NFS_O_RDWR_STATE, &state->flags); in nfs_clear_open_stateid_locked() 1760 set_bit(NFS_O_RDWR_STATE, &state->flags); in nfs_state_set_open_stateid() 1768 clear_bit(NFS_O_RDWR_STATE, &state->flags); in nfs_state_clear_open_state_flags() 2317 if (!test_bit(NFS_O_RDWR_STATE, &state->flags)) { in nfs4_open_delegation_recall() 3638 is_rdwr = test_bit(NFS_O_RDWR_STATE, &state->flags); in nfs4_close_prepare()
|
H A D | nfs4trace.h | 813 TRACE_DEFINE_ENUM(NFS_O_RDWR_STATE); variable 831 { NFS_O_RDWR_STATE, "O_RDWR" }, \
|
Completed in 40 milliseconds