Home
last modified time | relevance | path

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

/linux-4.1.27/fs/hfsplus/
Dinode.c488 struct hfsplus_cat_folder *folder = &entry.folder; in hfsplus_cat_read_inode()
490 if (fd->entrylength < sizeof(struct hfsplus_cat_folder)) in hfsplus_cat_read_inode()
493 sizeof(struct hfsplus_cat_folder)); in hfsplus_cat_read_inode()
566 struct hfsplus_cat_folder *folder = &entry.folder; in hfsplus_cat_write_inode()
568 if (fd.entrylength < sizeof(struct hfsplus_cat_folder)) in hfsplus_cat_write_inode()
571 sizeof(struct hfsplus_cat_folder)); in hfsplus_cat_write_inode()
583 sizeof(struct hfsplus_cat_folder)); in hfsplus_cat_write_inode()
Dxattr.c309 sizeof(struct hfsplus_cat_folder)); in __hfsplus_setxattr()
369 offsetof(struct hfsplus_cat_folder, flags)); in __hfsplus_setxattr()
374 offsetof(struct hfsplus_cat_folder, flags), in __hfsplus_setxattr()
475 offsetof(struct hfsplus_cat_folder, user_info), in hfsplus_getxattr_finder_info()
646 offsetof(struct hfsplus_cat_folder, user_info), in hfsplus_listxattr_finder_info()
821 offsetof(struct hfsplus_cat_folder, flags)); in hfsplus_removexattr()
827 offsetof(struct hfsplus_cat_folder, flags), in hfsplus_removexattr()
Dhfsplus_raw.h251 struct hfsplus_cat_folder { struct
326 struct hfsplus_cat_folder folder;
Ddir.c64 if (fd.entrylength < sizeof(struct hfsplus_cat_folder)) { in hfsplus_lookup()
213 sizeof(struct hfsplus_cat_folder)) { in hfsplus_readdir()
Dcatalog.c110 struct hfsplus_cat_folder *folder; in hfsplus_cat_build_record()