Searched refs:VT_HFS (Results 1 - 6 of 6) sorted by relevance

/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.
/xnu-2422.115.4/bsd/vfs/
H A Dvfs_attrlist.c1114 if (vp->v_tag == VT_HFS) {
2541 if (vp->v_tag != VT_HFS) {
2586 if (vp->v_tag == VT_HFS) {
H A Dvfs_subr.c7991 if (vp->v_tag == VT_HFS && nentries > 2)
8065 if (vp->v_tag == VT_HFS && nentries > 2)
/xnu-2422.115.4/bsd/hfs/
H A Dhfs_attrlist.c575 *((fsobj_tag_t *)attrbufptr) = VT_HFS;
H A Dhfs_cnode.c1389 vnode_settag(vp, VT_HFS);
/xnu-2422.115.4/bsd/kern/
H A Dkern_descrip.c1908 if (src_vp->v_tag != VT_HFS) {
1927 if (dst_vp->v_tag != VT_HFS) {
2123 if (vp->v_tag != VT_HFS) {
2181 if (vp->v_tag == VT_HFS) {

Completed in 118 milliseconds