Lines Matching defs:cattrp

65 			struct cat_attr *cattrp, struct cat_fork *datafork,
70 struct cat_attr * cattrp);
361 struct cat_attr * cattrp;
368 cattrp = &ce_list->entry[i].ce_attr;
375 (cattrp->ca_recflags & kHFSHasSecurityMask))
384 if (hfs_vget(hfsmp, cattrp->ca_fileid, &vp, 0, 0) != 0) {
389 vp = hfs_chash_getvnode(hfsmp, cattrp->ca_fileid, 0, 0, 0);
396 cattrp = &cp->c_attr;
421 hfs_packattrblk(&attrblk, hfsmp, vp, cdescp, cattrp, &c_datafork, &c_rsrcfork, ctx);
462 cattrp, &c_datafork, &c_rsrcfork, ctx);
949 struct cat_attr * cattrp)
961 *((u_int32_t *)attrbufptr) = cattrp->ca_linkcount;
965 entries = cattrp->ca_entries;
995 struct cat_attr *cattrp,
1014 handle_compressed = (cattrp->ca_flags & UF_COMPRESSED);// && hfs_file_is_compressed(VTOC(vp), 1);
1018 if ( 0 == hfs_uncompressed_size_of_compressed_file(hfsmp, vp, cattrp->ca_fileid, &datasize, 1) ) { /* 1 == don't take the cnode lock */
1027 *((u_int32_t *)attrbufptr) = cattrp->ca_linkcount;
1036 (off_t)cattrp->ca_blocks * (off_t)allocblksize;
1048 if (S_ISBLK(cattrp->ca_mode) || S_ISCHR(cattrp->ca_mode))
1049 *((u_int32_t *)attrbufptr) = (u_int32_t)cattrp->ca_rdev;
1586 struct cat_attr * cattrp)
1597 vap->va_dirlinkcount = cattrp->ca_linkcount;
1601 entries = cattrp->ca_entries;
1632 struct hfsmount *hfsmp, struct cat_attr *cattrp, struct cat_fork *datafork,
1648 handle_compressed = (cattrp->ca_flags & UF_COMPRESSED);// && hfs_file_is_compressed(VTOC(vp), 1);
1652 if ( 0 == hfs_uncompressed_size_of_compressed_file(hfsmp, vp, cattrp->ca_fileid, &datasize, 1) ) { /* 1 == don't take the cnode lock */
1661 vap->va_nlink = cattrp->ca_linkcount;
1669 (off_t)cattrp->ca_blocks * (off_t)allocblksize );
1680 if (S_ISBLK(cattrp->ca_mode) || S_ISCHR(cattrp->ca_mode))
1681 dev = (u_int32_t)cattrp->ca_rdev;