Home
last modified time | relevance | path

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

/freebsd/sys/fs/p9fs/
H A Dp9_protocol.h109 P9PROTO_OWRITE = 0x01, /* open file for writing only */ enumerator
H A Dp9fs_subr.c287 return (mode == P9PROTO_OREAD || mode == P9PROTO_OWRITE); in p9fs_compatible_mode()
H A Dp9fs_vnops.c618 ret = P9PROTO_OWRITE; in p9fs_uflags_mode()
1231 vfid = p9fs_get_fid(vses->clnt, node, cred, VOFID, P9PROTO_OWRITE, &error); in p9fs_setattr_dotl()