Home
last modified time | relevance | path

Searched refs:HFS_CDR_FIL (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/fs/hfs/
H A Dcatalog.c51 rec->type = HFS_CDR_FIL; in hfs_cat_build_record()
240 if (type == HFS_CDR_FIL) { in hfs_cat_delete()
356 if (type == HFS_CDR_FIL && !(entry.file.Flags & HFS_FIL_THD)) in hfs_cat_move()
370 entry_size = hfs_cat_build_thread(sb, &entry, type == HFS_CDR_FIL ? HFS_CDR_FTH : HFS_CDR_THD, in hfs_cat_move()
H A Dinode.c307 case HFS_CDR_FIL: in hfs_test_inode()
343 case HFS_CDR_FIL: in hfs_read_inode()
399 case HFS_CDR_FIL: in hfs_iget()
496 if (rec.type != HFS_CDR_FIL || in hfs_write_inode()
H A Dhfs.h54 #define HFS_CDR_FIL 0x02 /* file */ macro
H A Ddir.c128 } else if (type == HFS_CDR_FIL) { in hfs_readdir()