Home
last modified time | relevance | path

Searched refs:NFS_O_WRONLY_STATE (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/fs/nfs/
H A Dnfs4_fs.h165 NFS_O_WRONLY_STATE, /* OPEN stateid has write-only state */ enumerator
H A Dnfs4proc.c1510 ret |= test_bit(NFS_O_WRONLY_STATE, &state->flags) != 0 in can_open_cached()
1563 if (state->n_wronly && !test_bit(NFS_O_WRONLY_STATE, &state->flags)) in nfs_open_stateid_recover_openmode()
1584 if (test_and_clear_bit(NFS_O_WRONLY_STATE, &state->flags) && state->n_wronly) in nfs_test_and_clear_all_open_stateid()
1625 set_bit(NFS_O_WRONLY_STATE, &state->flags); in nfs_resync_open_stateid_locked()
1642 clear_bit(NFS_O_WRONLY_STATE, &state->flags); in nfs_clear_open_stateid_locked()
1646 clear_bit(NFS_O_WRONLY_STATE, &state->flags); in nfs_clear_open_stateid_locked()
1752 set_bit(NFS_O_WRONLY_STATE, &state->flags); in nfs_state_set_open_stateid()
1764 clear_bit(NFS_O_WRONLY_STATE, &state->flags); in nfs_state_clear_open_state_flags()
2316 if (!test_bit(NFS_O_WRONLY_STATE, &state->flags)) { in nfs4_open_delegation_recall()
3641 is_wronly = test_bit(NFS_O_WRONLY_STATE, in nfs4_close_prepare()
[all...]
H A Dnfs4state.c810 call_close |= test_bit(NFS_O_WRONLY_STATE, &state->flags); in __nfs4_close()
1754 clear_bit(NFS_O_WRONLY_STATE, &state->flags); in nfs4_clear_open_state()
H A Dnfs4trace.h1077 TRACE_DEFINE_ENUM(NFS_O_WRONLY_STATE); variable
1095 { NFS_O_WRONLY_STATE, "O_WRONLY" }, \
/kernel/linux/linux-6.6/fs/nfs/
H A Dnfs4_fs.h167 NFS_O_WRONLY_STATE, /* OPEN stateid has write-only state */ enumerator
H A Dnfs4proc.c1515 ret |= test_bit(NFS_O_WRONLY_STATE, &state->flags) != 0 in can_open_cached()
1568 if (state->n_wronly && !test_bit(NFS_O_WRONLY_STATE, &state->flags)) in nfs_open_stateid_recover_openmode()
1589 if (test_and_clear_bit(NFS_O_WRONLY_STATE, &state->flags) && state->n_wronly) in nfs_test_and_clear_all_open_stateid()
1630 set_bit(NFS_O_WRONLY_STATE, &state->flags); in nfs_resync_open_stateid_locked()
1647 clear_bit(NFS_O_WRONLY_STATE, &state->flags); in nfs_clear_open_stateid_locked()
1651 clear_bit(NFS_O_WRONLY_STATE, &state->flags); in nfs_clear_open_stateid_locked()
1757 set_bit(NFS_O_WRONLY_STATE, &state->flags); in nfs_state_set_open_stateid()
1769 clear_bit(NFS_O_WRONLY_STATE, &state->flags); in nfs_state_clear_open_state_flags()
2322 if (!test_bit(NFS_O_WRONLY_STATE, &state->flags)) { in nfs4_open_delegation_recall()
3640 is_wronly = test_bit(NFS_O_WRONLY_STATE, in nfs4_close_prepare()
[all...]
H A Dnfs4trace.h812 TRACE_DEFINE_ENUM(NFS_O_WRONLY_STATE); variable
830 { NFS_O_WRONLY_STATE, "O_WRONLY" }, \
H A Dnfs4state.c809 call_close |= test_bit(NFS_O_WRONLY_STATE, &state->flags); in __nfs4_close()
1759 clear_bit(NFS_O_WRONLY_STATE, &state->flags); in nfs4_clear_open_state()

Completed in 30 milliseconds