Home
last modified time | relevance | path

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

/openbmc/linux/fs/hfs/
H A Dhfs.h209 struct hfs_cat_dir { struct
236 struct hfs_cat_dir dir; argument
H A Dinode.c469 if (fd.entrylength < sizeof(struct hfs_cat_dir)) in hfs_write_inode()
472 sizeof(struct hfs_cat_dir)); in hfs_write_inode()
481 sizeof(struct hfs_cat_dir)); in hfs_write_inode()
H A Ddir.c120 if (fd.entrylength < sizeof(struct hfs_cat_dir)) { in hfs_readdir()
H A Dcatalog.c48 return sizeof(struct hfs_cat_dir); in hfs_cat_build_record()