Searched refs:VOFID (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/sys/fs/p9fs/
H A Dp9fs_subr.c219 case VOFID:
238 case VOFID:
311 case VOFID:
358 * We should return NULL for VOFID if it is not present in the list.
359 * Because VOFID should have been created during the file open.
363 if (fid != NULL || fid_type == VOFID)
H A Dp9fs.h88 "VOFID List lock", NULL, MTX_DEF)
92 #define VOFID 0x02 macro
H A Dp9fs_vnops.c705 vofid = p9fs_get_fid(vses->clnt, np, ap->a_cred, VOFID, mode, &error);
723 p9fs_fid_add(np, vofid, VOFID);
731 * Let clunking of VOFID happen in p9fs_reclaim.
756 vofid = p9fs_get_fid(vses->clnt, np, ap->a_cred, VOFID,
850 vfid = p9fs_get_fid(vses->clnt, node, cred, VOFID, P9PROTO_OREAD, &error);
1241 vfid = p9fs_get_fid(vses->clnt, node, cred, VOFID, P9PROTO_OWRITE, &error);
1288 vofid = p9fs_get_fid(vses->clnt, np, cr, VOFID, mode, &error);
1294 vofid = p9fs_get_fid(vses->clnt, np, cr, VOFID, mode, &error);
1784 vofid = p9fs_get_fid(clnt, np, ap->a_cred, VOFID, P9PROTO_OREAD, &error);

Completed in 179 milliseconds