Home
last modified time | relevance | path

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

/xnu-11215/bsd/sys/
H A Dattr_private.h51 #define FSOPT_ISREALFSID FSOPT_RETURN_REALDEV
H A Dattr.h57 #define FSOPT_RETURN_REALDEV 0x00000200 macro
/xnu-11215/bsd/vfs/
H A Dvfs_attrlist.c2797 is_realdev = options & FSOPT_RETURN_REALDEV ? 1 : 0; in vfs_attr_pack_internal()
2984 error = attr_pack_common(ctx, (options & FSOPT_RETURN_REALDEV ? mp : NULL), in vfs_attr_pack_internal()
3300 if (options & FSOPT_RETURN_REALDEV) { in getattrlist_internal()