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

/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/hfs/
H A Dcatalog.c67 hfs_byte_t cdrType; /* The type of entry */ member in struct:hfs_cat_rec
100 return hfs_get_nl((rec->cdrType==HFS_CDR_FIL) ?
269 entry->type = cat->cdrType;
271 if (cat->cdrType == HFS_CDR_DIR) {
286 } else if (cat->cdrType == HFS_CDR_FIL) {
361 need_count = (rec->cdrType == HFS_CDR_DIR) && rec->u.dir.Val;
710 thd_rec.cdrType = is_dir ? HFS_CDR_THD : HFS_CDR_FTH;
1082 *type = ((struct hfs_cat_rec *)brec->data)->cdrType;
1165 record.cdrType = HFS_CDR_FIL;
1197 record.cdrType
[all...]

Completed in 83 milliseconds