Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/sys/
H A Dattr_private.h51 #define FSOPT_ISREALFSID FSOPT_RETURN_REALDEV macro
/xnu-12377.1.9/bsd/vfs/
H A Dvfs_vnops.c645 error = vnode_getfromid(vap->va_fsid64.val[0], vap->va_fileid, ctx, FSOPT_ISREALFSID, &tmp_vp); in vn_open_auth()
H A Dvfs_syscalls.c5519 buf, FSOPT_ISREALFSID, &pathlen); in openbyid_np()
14167 error = vnode_getfromid(volfs_id, objid, ctx, options & FSOPT_ISREALFSID, &vp); in fsgetpath_internal()
14227 if (options & ~(FSOPT_NOFIRMLINKPATH | FSOPT_ISREALFSID)) { in fsgetpath_extended()