Home
last modified time | relevance | path

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

/src/sys/fs/p9fs/
H A Dp9_protocol.h110 P9PROTO_ORDWR = 0x02, /* open file for both reading and writing */ enumerator
H A Dp9fs_subr.c286 if (fid_mode == P9PROTO_ORDWR) in p9fs_compatible_mode()
H A Dp9fs_vnops.c527 ret = create_common(dnp, cnp, NULL, perm, P9PROTO_ORDWR, vpp); in p9fs_create()
561 ret = create_common(dnp, cnp, NULL, perm, P9PROTO_ORDWR, vpp); in p9fs_mkdir()
622 ret = P9PROTO_ORDWR; in p9fs_uflags_mode()