Home
last modified time | relevance | path

Searched refs:NFS_O_WRONLY_STATE (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/fs/nfs/
Dnfs4_fs.h177 NFS_O_WRONLY_STATE, /* OPEN stateid has write-only state */ enumerator
Dnfs4state.c673 call_close |= test_bit(NFS_O_WRONLY_STATE, &state->flags); in __nfs4_close()
1219 clear_bit(NFS_O_WRONLY_STATE, &state->flags); in nfs4_clear_open_state()
Dnfs4proc.c879 ret |= test_bit(NFS_O_WRONLY_STATE, &state->flags) != 0 in can_open_cached()
925 set_bit(NFS_O_WRONLY_STATE, &state->flags); in nfs_set_open_stateid_locked()
1177 clear_bit(NFS_O_WRONLY_STATE, &state->flags); in nfs4_open_recover()
1906 clear_bit(NFS_O_WRONLY_STATE, &state->flags); in nfs4_close_clear_stateid_flags()
1966 call_close |= test_bit(NFS_O_WRONLY_STATE, &state->flags); in nfs4_close_prepare()