Home
last modified time | relevance | path

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

/freebsd/sys/fs/p9fs/
H A Dp9_protocol.h108 P9PROTO_OREAD = 0x00, /* open file for reading only */ enumerator
H A Dp9fs_subr.c287 return (mode == P9PROTO_OREAD || mode == P9PROTO_OWRITE); in p9fs_compatible_mode()
H A Dp9fs_vnops.c594 ret = create_common(dnp, cnp, NULL, perm, P9PROTO_OREAD, vpp); in p9fs_mknod()
614 ret = P9PROTO_OREAD; in p9fs_uflags_mode()
840 vfid = p9fs_get_fid(vses->clnt, node, cred, VOFID, P9PROTO_OREAD, &error); in p9fs_reload_stats_dotl()
1781 vofid = p9fs_get_fid(clnt, np, ap->a_cred, VOFID, P9PROTO_OREAD, &error); in p9fs_readdir()