Lines Matching defs:bsd
437 rec.file.bsd.special.inode_num,
586 hfs_bsd_data_t *bsd;
609 bsd = &f->bsd;
619 bsd = &f->bsd;
632 if ((bsd->file_mode & S_IFMT) == 0) {
633 /* no bsd permissions recorded, use default values */
641 vap->va_mode = bsd->file_mode;
642 vap->va_uid = bsd->owner_id;
643 vap->va_gid = bsd->group_id;
647 = HFS_CONVERT_RDEV(bsd->special.raw_device);
649 else if (bsd->special.link_count != 0) {
651 vap->va_nlink = bsd->special.link_count;