Home | Sort by: relevance | last modified time | path |
/src/sys/fs/hfs/ | |
hfs.h | 84 int16_t rec_type; member in struct:hfsnode::__anon458a01ca010a::__anon458a01ca0208 |
libhfs.h | 342 int16_t rec_type; member in struct:__anon46ade0a11d08 359 int16_t rec_type; member in struct:__anon46ade0a11e08 378 int16_t rec_type; member in struct:__anon46ade0a11f08 |
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) |