Home
last modified time | relevance | path

Searched refs:HFS_CDR_DIR (Results 1 – 5 of 5) sorted by relevance

/linux/fs/hfs/
H A Dinode.c333 case HFS_CDR_DIR: in hfs_test_inode()
392 case HFS_CDR_DIR: in hfs_read_inode()
424 case HFS_CDR_DIR: in hfs_iget()
501 if (rec.type != HFS_CDR_DIR || in hfs_write_inode()
H A Dcatalog.c42 rec->type = HFS_CDR_DIR; in hfs_cat_build_record()
310 if (rec.type == HFS_CDR_DIR) { in hfs_correct_next_unused_CNID()
H A Ddir.c119 if (type == HFS_CDR_DIR) { in hfs_readdir()
H A Dsuper.c364 if (rec.type != HFS_CDR_DIR) in hfs_fill_super()
/linux/include/linux/
H A Dhfs_common.h90 #define HFS_CDR_DIR 0x01 /* folder (directory) */ macro