Home
last modified time | relevance | path

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

/fs/hfsplus/
Dinode.c510 struct hfsplus_cat_folder *folder = &entry.folder; in hfsplus_cat_read_inode()
512 if (fd->entrylength < sizeof(struct hfsplus_cat_folder)) in hfsplus_cat_read_inode()
515 sizeof(struct hfsplus_cat_folder)); in hfsplus_cat_read_inode()
584 struct hfsplus_cat_folder *folder = &entry.folder; in hfsplus_cat_write_inode()
586 if (fd.entrylength < sizeof(struct hfsplus_cat_folder)) in hfsplus_cat_write_inode()
589 sizeof(struct hfsplus_cat_folder)); in hfsplus_cat_write_inode()
597 sizeof(struct hfsplus_cat_folder)); in hfsplus_cat_write_inode()
Dhfsplus_raw.h237 struct hfsplus_cat_folder { struct
308 struct hfsplus_cat_folder folder;
Ddir.c58 if (fd.entrylength < sizeof(struct hfsplus_cat_folder)) { in hfsplus_lookup()
204 sizeof(struct hfsplus_cat_folder)) { in hfsplus_readdir()
Dcatalog.c100 struct hfsplus_cat_folder *folder; in hfsplus_cat_build_record()