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

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_cnode.c1059 (attrp->ca_linkcount != cp->c_attr.ca_linkcount)){
1173 * Earlier versions of Leopard used ca_linkcount for posix
1178 * For directories the ca_linkcount is the true link count,
1187 (cp->c_attr.ca_linkcount > 1)) {
1191 cp->c_attr.ca_dircount = cp->c_attr.ca_linkcount - 2;
1193 cp->c_attr.ca_linkcount = 1;
1528 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_catalog.c753 if (S_ISREG(attrp->ca_mode) && (attrp->ca_linkcount > 1)) {
754 printf ("hfs: set linkcount=1 on vol=%s cnid=%u old=%u\n", hfsmp->vcbVN, cnid, attrp->ca_linkcount);
755 attrp->ca_linkcount = 1;
1683 if (attrp->ca_linkcount > 1 || dir->hl_linkCount > 1) {
1684 dir->hl_linkCount = attrp->ca_linkcount;
1803 if ((descp->cd_cnid != attrp->ca_fileid) || (attrp->ca_linkcount > 1 ) ||
1805 file->hl_linkCount = attrp->ca_linkcount;
4009 attrp->ca_linkcount = 1;
4012 attrp->ca_linkcount = 1; /* may be overridden below */
4028 attrp->ca_linkcount
[all...]
H A Dhfs_attrlist.c793 *((u_int32_t *)attrbufptr) = cattrp->ca_linkcount;
859 *((u_int32_t *)attrbufptr) = cattrp->ca_linkcount;
H A Dhfs_btreeio.c670 cnattr.ca_linkcount = 1;
H A Dhfs_link.c960 priv_attrp->ca_linkcount = 1;
H A Dhfs_vfsutils.c168 cnattr.ca_linkcount = 1;
463 cnattr.ca_linkcount = 1;
H A Dhfs_vnops.c1882 to_cp->c_linkcount = tempattr.ca_linkcount;
5136 attr.ca_linkcount = 1;
H A Dhfs_xattr.c2239 cat_attr.ca_linkcount = 1;
H A Dhfs_vfsops.c3272 cnattr.ca_linkcount = 1;

Completed in 111 milliseconds