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

/xnu-2422.115.4/bsd/hfs/
H A Dhfs.h454 cattr.ca_dircount++; \
460 (cattr.ca_dircount > 0)) { \
461 cattr.ca_dircount--; \
H A Dhfs_catalog.h118 #define ca_dircount ca_union3.cau_dircount macro
H A Dhfs_cnode.c1210 * That is now accomplished using the ca_dircount field with
1224 cp->c_attr.ca_dircount = 0;
1226 cp->c_attr.ca_dircount = cp->c_attr.ca_linkcount - 2;
H A Dhfs_catalog.c1876 dir->folderCount = attrp->ca_dircount;
4410 attrp->ca_dircount = ((hfsmp->hfs_flags & HFS_FOLDERCOUNT) && (attrp->ca_recflags & kHFSHasFolderCountMask)) ?
H A Dhfs_vnops.c974 nlink = cp->c_attr.ca_dircount; /* implied ".." entries */
H A Dhfs_vfsops.c3306 cnattr.ca_dircount = 1;

Completed in 112 milliseconds