Searched refs:NFS_O_RDWR_STATE (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/nfs/ |
| H A D | nfs4_fs.h | 165 NFS_O_RDWR_STATE, /* OPEN stateid has read/write state */ enumerator
|
| H A D | nfs4state.c | 802 call_close |= test_bit(NFS_O_RDWR_STATE, &state->flags); in __nfs4_close() 807 call_close |= test_bit(NFS_O_RDWR_STATE, &state->flags); in __nfs4_close() 1734 clear_bit(NFS_O_RDWR_STATE, &state->flags); in nfs4_clear_open_state()
|
| H A D | nfs4proc.c | 1506 ret |= test_bit(NFS_O_RDWR_STATE, &state->flags) != 0 in can_open_cached() 1557 if (state->n_rdwr && !test_bit(NFS_O_RDWR_STATE, &state->flags)) in nfs_open_stateid_recover_openmode() 1578 if (test_and_clear_bit(NFS_O_RDWR_STATE, &state->flags) && state->n_rdwr) in nfs_test_and_clear_all_open_stateid() 1621 set_bit(NFS_O_RDWR_STATE, &state->flags); in nfs_resync_open_stateid_locked() 1628 clear_bit(NFS_O_RDWR_STATE, &state->flags); in nfs_clear_open_stateid_locked() 1747 set_bit(NFS_O_RDWR_STATE, &state->flags); in nfs_state_set_open_stateid() 1755 clear_bit(NFS_O_RDWR_STATE, &state->flags); in nfs_state_clear_open_state_flags() 2304 if (!test_bit(NFS_O_RDWR_STATE, &state->flags)) { in nfs4_open_delegation_recall() 3627 is_rdwr = test_bit(NFS_O_RDWR_STATE, &state->flags); in nfs4_close_prepare()
|
| H A D | nfs4trace.h | 1076 TRACE_DEFINE_ENUM(NFS_O_RDWR_STATE); 1094 { NFS_O_RDWR_STATE, "O_RDWR" }, \
|