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

/xnu-2422.115.4/bsd/hfs/
H A Dhfs_catalog.h78 #define CD_ISMETA 0x40 /* describes a metadata file */ macro
H A Dhfs_cnode.c1017 issystemfile = (descp->cd_flags & CD_ISMETA) && (vtype == VREG);
1935 if (!(cp->c_desc.cd_flags & CD_ISMETA) &&
1970 ((cp->c_desc.cd_flags & CD_ISMETA) == 0) &&
H A Dhfs_btreeio.c689 cndesc.cd_flags |= CD_ISMETA;
H A Dhfs_vfsutils.c173 cndesc.cd_flags |= CD_ISMETA;
470 cndesc.cd_flags |= CD_ISMETA;
H A Dhfs_hotfiles.c1724 cdesc.cd_flags |= CD_ISMETA;
H A Dhfs_xattr.c2301 cat_desc.cd_flags |= CD_ISMETA;

Completed in 35 milliseconds