Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/hfs/
Dhfs.h209 struct hfs_cat_dir { struct
236 struct hfs_cat_dir dir; argument
Dinode.c465 if (fd.entrylength < sizeof(struct hfs_cat_dir)) in hfs_write_inode()
468 sizeof(struct hfs_cat_dir)); in hfs_write_inode()
477 sizeof(struct hfs_cat_dir)); in hfs_write_inode()
Ddir.c120 if (fd.entrylength < sizeof(struct hfs_cat_dir)) { in hfs_readdir()
Dcatalog.c48 return sizeof(struct hfs_cat_dir); in hfs_cat_build_record()