| Home | Sort by: relevance | last modified time | path |
| /src/sys/fs/hfs/ | |
| hfs.h | 84 int16_t rec_type; member in struct:hfsnode::__anon6724::__anon6725 |
| libhfs.h | 342 int16_t rec_type; member in struct:__anon6758 359 int16_t rec_type; member in struct:__anon6759 378 int16_t rec_type; member in struct:__anon6760 |
| hfs_vnops.c | 602 if (hp->h_rec.u.rec_type == HFS_REC_FILE) { 616 } else if (hp->h_rec.u.rec_type == HFS_REC_FLDR) { 628 hp->h_rec.u.rec_type)); 634 if (hp->h_rec.u.rec_type == HFS_REC_FILE) |
| hfs_vfsops.c | 598 if (hnode->h_rec.u.rec_type == HFS_REC_FILE) { |
| libhfs.c | 840 if (file.rec_type != HFS_REC_FILE) |