Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/sys/
H A Dfsctl.h130 user64_addr_t objid; member
142 user32_addr_t objid; member
154 user_addr_t objid; member
181 int64_t *objid; member
H A Dfsgetpath_private.h78 int openbyid_np(fsid_t* fsid, fsobj_id_t* objid, int flags);
/xnu-12377.1.9/bsd/vfs/
H A Dvfs_syscalls.c4225 vnode_getfromid(int volfs_id, uint64_t objid, vfs_context_t ctx, int realfsid, vnode_t *vpp) in vnode_getfromid() argument
4239 if (objid == 2) { in vnode_getfromid()
4257 error = VFS_VGET(mp, objid, &vp, ctx); in vnode_getfromid()
4260 error = VFS_VGET(mp, (ino64_t)objid, &vp, ctx); in vnode_getfromid()
5479 uint64_t objid; in openbyid_np() local
5497 if ((error = copyin(uap->objid, (caddr_t)&objid, sizeof(uint64_t)))) { in openbyid_np()
5502 AUDIT_ARG(value64, objid); in openbyid_np()
5518 error = fsgetpath_internal( ctx, fsid.val[0], objid, buflen, in openbyid_np()
5534 ctx, (user_addr_t)buf, uap->oflags, 0, AT_FDCWD, UIO_SYSSPACE, &fd, &objid, &fsid); in openbyid_np()
14148 fsgetpath_internal(vfs_context_t ctx, int volfs_id, uint64_t objid, in fsgetpath_internal() argument
[all …]