Home
last modified time | relevance | path

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

/linux-2.6.39/fs/nfs/
Dnfs4_fs.h176 NFS_O_RDONLY_STATE, /* OPEN stateid has read-only state */ enumerator
Dnfs4state.c668 call_close |= test_bit(NFS_O_RDONLY_STATE, &state->flags); in __nfs4_close()
1218 clear_bit(NFS_O_RDONLY_STATE, &state->flags); in nfs4_clear_open_state()
Dnfs4proc.c875 ret |= test_bit(NFS_O_RDONLY_STATE, &state->flags) != 0 in can_open_cached()
922 set_bit(NFS_O_RDONLY_STATE, &state->flags); in nfs_set_open_stateid_locked()
1185 clear_bit(NFS_O_RDONLY_STATE, &state->flags); in nfs4_open_recover()
1904 clear_bit(NFS_O_RDONLY_STATE, &state->flags); in nfs4_close_clear_stateid_flags()
1961 call_close |= test_bit(NFS_O_RDONLY_STATE, &state->flags); in nfs4_close_prepare()