Searched refs:NFS_O_WRONLY_STATE (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/fs/nfs/ |
| D | nfs4_fs.h | 161 NFS_O_WRONLY_STATE, /* OPEN stateid has write-only state */ enumerator
|
| D | nfs4proc.c | 1425 ret |= test_bit(NFS_O_WRONLY_STATE, &state->flags) != 0 in can_open_cached() 1478 if (state->n_wronly && !test_bit(NFS_O_WRONLY_STATE, &state->flags)) in nfs_open_stateid_recover_openmode() 1512 if (test_and_clear_bit(NFS_O_WRONLY_STATE, &state->flags) && state->n_wronly) in nfs_test_and_clear_all_open_stateid() 1554 set_bit(NFS_O_WRONLY_STATE, &state->flags); in nfs_resync_open_stateid_locked() 1571 clear_bit(NFS_O_WRONLY_STATE, &state->flags); in nfs_clear_open_stateid_locked() 1575 clear_bit(NFS_O_WRONLY_STATE, &state->flags); in nfs_clear_open_stateid_locked() 1680 set_bit(NFS_O_WRONLY_STATE, &state->flags); in nfs_state_set_open_stateid() 1692 clear_bit(NFS_O_WRONLY_STATE, &state->flags); in nfs_state_clear_open_state_flags() 2246 if (!test_bit(NFS_O_WRONLY_STATE, &state->flags)) { in nfs4_open_delegation_recall() 3508 is_wronly = test_bit(NFS_O_WRONLY_STATE, &state->flags); in nfs4_close_prepare()
|
| D | nfs4state.c | 805 call_close |= test_bit(NFS_O_WRONLY_STATE, &state->flags); in __nfs4_close() 1700 clear_bit(NFS_O_WRONLY_STATE, &state->flags); in nfs4_clear_open_state()
|