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

/macosx-10.9.5/lsof-52/lsof/dialects/darwin/kmem/
H A Ddnode.c560 case VT_UDF:
/macosx-10.9.5/xnu-2422.115.4/bsd/sys/
H A Dvnode.h95 VT_UNION, VT_HFS, VT_ZFS, VT_DEVFS, VT_WEBDAV, VT_UDF, VT_AFP, enumerator in enum:vtagtype
1080 @discussion Sets a tag indicating which filesystem a vnode belongs to, e.g. VT_HFS, VT_UDF, VT_ZFS. The kernel never inspects this data, though the filesystem tags are defined in vnode.h; it is for the benefit of user programs via getattrlist.
1089 @discussion Gets the tag indicating which filesystem a vnode belongs to, e.g. VT_HFS, VT_UDF, VT_ZFS. The kernel never inspects this data, though the filesystem tags are defined in vnode.h; it is for the benefit of user programs via getattrlist.
/macosx-10.9.5/xnu-2422.115.4/bsd/vfs/
H A Dvfs_subr.c516 if (vp->v_tag == VT_UDF)

Completed in 94 milliseconds