HomeSort by: relevance | last modified time | path
    Searched refs:h_rec (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/fs/hfs/
hfs_vfsops.c 558 hnode->h_rec.u.cnid = hfskey.hnk_cnid;
573 memcpy(&hnode->h_rec, &rec, sizeof(hnode->h_rec));
598 if (hnode->h_rec.u.rec_type == HFS_REC_FILE) {
601 hnode->h_rec.file.data_fork.logical_size);
604 hnode->h_rec.file.rsrc_fork.logical_size);
hfs_vnops.c 385 } else if (dp->h_rec.u.cnid == rec.file.u.cnid) {
413 if (hfslib_make_catalog_key(VTOH(vdp)->h_rec.u.cnid, len, unicn,
602 if (hp->h_rec.u.rec_type == HFS_REC_FILE) {
603 hfs_file_record_t *f = &hp->h_rec.file;
616 } else if (hp->h_rec.u.rec_type == HFS_REC_FLDR) {
617 hfs_folder_record_t *f = &hp->h_rec.folder;
618 vap->va_fileid = hp->h_rec.folder.cnid;
628 hp->h_rec.u.rec_type));
634 if (hp->h_rec.u.rec_type == HFS_REC_FILE)
757 hp->h_rec.u.cnid, hp->h_fork, &extents, &cbargs)
    [all...]
hfs_subr.c 69 (hfs_catalog_keyed_record_t *)&hp->h_rec);
76 HFS_CONVERT_RDEV(hp->h_rec.file.bsd.special.raw_device));
91 if (hp->h_rec.u.cnid == HFS_CNID_ROOT_FOLDER)
hfs.h 89 } h_rec; /* catalog record for this hnode */ member in struct:hfsnode

Completed in 34 milliseconds