Searched refs:hfsplus_cat_folder (Results 1 – 5 of 5) sorted by relevance
/linux-4.19.296/fs/hfsplus/ |
D | inode.c | 477 struct hfsplus_cat_folder *folder = &entry.folder; in hfsplus_cat_read_inode() 479 if (fd->entrylength < sizeof(struct hfsplus_cat_folder)) { in hfsplus_cat_read_inode() 485 sizeof(struct hfsplus_cat_folder)); in hfsplus_cat_read_inode() 564 struct hfsplus_cat_folder *folder = &entry.folder; in hfsplus_cat_write_inode() 566 if (fd.entrylength < sizeof(struct hfsplus_cat_folder)) { in hfsplus_cat_write_inode() 572 sizeof(struct hfsplus_cat_folder)); in hfsplus_cat_write_inode() 584 sizeof(struct hfsplus_cat_folder)); in hfsplus_cat_write_inode()
|
D | xattr.c | 304 sizeof(struct hfsplus_cat_folder)); in __hfsplus_setxattr() 364 offsetof(struct hfsplus_cat_folder, flags)); in __hfsplus_setxattr() 369 offsetof(struct hfsplus_cat_folder, flags), in __hfsplus_setxattr() 466 offsetof(struct hfsplus_cat_folder, user_info), in hfsplus_getxattr_finder_info() 634 offsetof(struct hfsplus_cat_folder, user_info), in hfsplus_listxattr_finder_info() 809 offsetof(struct hfsplus_cat_folder, flags)); in hfsplus_removexattr() 815 offsetof(struct hfsplus_cat_folder, flags), in hfsplus_removexattr()
|
D | hfsplus_raw.h | 252 struct hfsplus_cat_folder { struct 327 struct hfsplus_cat_folder folder;
|
D | dir.c | 64 if (fd.entrylength < sizeof(struct hfsplus_cat_folder)) { in hfsplus_lookup() 212 sizeof(struct hfsplus_cat_folder)) { in hfsplus_readdir()
|
D | catalog.c | 111 struct hfsplus_cat_folder *folder; in hfsplus_cat_build_record()
|