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

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_cnode.c976 int issystemfile; local
999 issystemfile = (descp->cd_flags & CD_ISMETA) && (vtype == VREG);
1317 vfsp.vnfs_marksystem = issystemfile;
1376 if (!(flags & GNV_CREATE) && (vtype != VDIR) && !issystemfile) {
1382 if (!issystemfile && (*out_flags & GNV_NEW_CNODE)) {

Completed in 16 milliseconds