Home
last modified time | relevance | path

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

/xnu-11215/bsd/kern/
H A Dkern_descrip.c4503 if (src_vp->v_tag != VT_HFS && src_vp->v_tag != VT_APFS) { in sys_fcntl_nocancel()
4522 if (dst_vp->v_tag != VT_HFS && dst_vp->v_tag != VT_APFS) { in sys_fcntl_nocancel()
4908 if (vp->v_tag != VT_HFS) { in sys_fcntl_nocancel()
4962 if (vp->v_tag == VT_HFS) { in sys_fcntl_nocancel()
/xnu-11215/bsd/sys/
H A Dvnode.h116 VT_HFS, VT_ZFS, VT_DEVFS, VT_WEBDAV, VT_UDF, enumerator
/xnu-11215/bsd/vfs/
H A Dvfs_attrlist.c1326 if (vp->v_tag == VT_HFS) { in getvolattrlist()
4628 if (vp->v_tag != VT_HFS) { in setattrlist_internal()
4680 if (vp->v_tag == VT_HFS) { in setattrlist_internal()
H A Dvfs_vnops.c835 if (vp->v_tag == VT_HFS && (flags & FWRITE) && vp->v_writecount == 1) { in vn_close()
H A Dvfs_subr.c11527 if (vp->v_tag == VT_HFS && nentries > 2) { in rmdir_remove_orphaned_appleDouble()
11601 if (vp->v_tag == VT_HFS && nentries > 2) { in rmdir_remove_orphaned_appleDouble()