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

/xnu-2422.115.4/bsd/hfs/
H A Dhfs_cnode.c1077 (attrp->ca_linkcount != cp->c_attr.ca_linkcount)){
1208 * Earlier versions of Leopard used ca_linkcount for posix
1213 * For directories the ca_linkcount is the true link count,
1222 (cp->c_attr.ca_linkcount > 1)) {
1226 cp->c_attr.ca_dircount = cp->c_attr.ca_linkcount - 2;
1228 cp->c_attr.ca_linkcount = 1;
1565 if (cattr->ca_linkcount != attr.ca_linkcount) {
H A Dhfs_catalog.h88 u_int32_t ca_linkcount; /* real hard link count */ member in struct:cat_attr
H A Dhfs_cnode.h179 #define c_linkcount c_attr.ca_linkcount
H A Dhfs_attrlist.c800 *((u_int32_t *)attrbufptr) = cattrp->ca_linkcount;
866 *((u_int32_t *)attrbufptr) = cattrp->ca_linkcount;
H A Dhfs_catalog.c997 if (S_ISREG(attrp->ca_mode) && (attrp->ca_linkcount > 1)) {
998 printf ("hfs: set linkcount=1 on vol=%s cnid=%u old=%u\n", hfsmp->vcbVN, cnid, attrp->ca_linkcount);
999 attrp->ca_linkcount = 1;
1914 if (attrp->ca_linkcount > 1 || dir->hl_linkCount > 1) {
1915 dir->hl_linkCount = attrp->ca_linkcount;
2034 if ((descp->cd_cnid != attrp->ca_fileid) || (attrp->ca_linkcount > 1 ) ||
2036 file->hl_linkCount = attrp->ca_linkcount;
4361 attrp->ca_linkcount = 1;
4364 attrp->ca_linkcount = 1; /* may be overridden below */
4380 attrp->ca_linkcount
[all...]
H A Dhfs_btreeio.c695 cnattr.ca_linkcount = 1;
H A Dhfs_vfsutils.c175 cnattr.ca_linkcount = 1;
472 cnattr.ca_linkcount = 1;
H A Dhfs_link.c981 priv_attrp->ca_linkcount = 1;
H A Dhfs_xattr.c2304 cat_attr.ca_linkcount = 1;
H A Dhfs_vnops.c2221 to_cp->c_linkcount = tempattr.ca_linkcount;
5844 attr.ca_linkcount = 1;
H A Dhfs_vfsops.c3304 cnattr.ca_linkcount = 1;

Completed in 78 milliseconds