Home
last modified time | relevance | path

Searched refs:VT_HFS (Results 1 – 5 of 5) sorted by relevance

/xnu-12377.1.9/bsd/kern/
H A Dkern_descrip.c4552 if (src_vp->v_tag != VT_HFS && src_vp->v_tag != VT_APFS) { in sys_fcntl_nocancel()
4571 if (dst_vp->v_tag != VT_HFS && dst_vp->v_tag != VT_APFS) { in sys_fcntl_nocancel()
4957 if (vp->v_tag != VT_HFS) { in sys_fcntl_nocancel()
5011 if (vp->v_tag == VT_HFS) { in sys_fcntl_nocancel()
/xnu-12377.1.9/bsd/sys/
H A Dvnode.h117 VT_HFS, VT_ZFS, VT_DEVFS, VT_WEBDAV, VT_UDF, enumerator
/xnu-12377.1.9/bsd/vfs/
H A Dvfs_attrlist.c1383 if (vp->v_tag == VT_HFS) { in getvolattrlist()
4760 if (vp->v_tag != VT_HFS) { in setattrlist_internal()
4812 if (vp->v_tag == VT_HFS) { in setattrlist_internal()
H A Dvfs_vnops.c880 if (vp->v_tag == VT_HFS && (flags & FWRITE) && vp->v_writecount == 1) { in vn_close()
H A Dvfs_subr.c11643 if (vp->v_tag == VT_HFS && nentries > 2) { in rmdir_remove_orphaned_appleDouble()
11717 if (vp->v_tag == VT_HFS && nentries > 2) { in rmdir_remove_orphaned_appleDouble()