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

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_link.c184 if ((cp->c_linkcount == 2) && !(cp->c_flag & C_HARDLINK)) {
502 if (cp->c_linkcount >= HFS_LINK_MAX) {
581 cp->c_linkcount++;
585 cp->c_linkcount--;
765 --cp->c_linkcount;
766 if (cp->c_linkcount < 1) {
H A Dhfs_cnode.h179 #define c_linkcount c_attr.ca_linkcount macro
H A Dhfs_vnops.c818 VATTR_RETURN(vap, va_dirlinkcount, (uint32_t)cp->c_linkcount);
823 VATTR_RETURN(vap, va_nlink, (u_int64_t)cp->c_linkcount);
1837 from_cp->c_linkcount = to_cp->c_linkcount;
1882 to_cp->c_linkcount = tempattr.ca_linkcount;
3084 if ((vnode_isdir(vp) == 1) && (cp->c_linkcount == 1) &&
3338 --cp->c_linkcount;
3495 --cp->c_linkcount;
H A Dhfs_hotfiles.c1841 if (!vnode_isreg(vp) || cp->c_linkcount != 1) {

Completed in 89 milliseconds