Searched refs:hfsplus_cat_file (Results 1 – 5 of 5) sorted by relevance
| /linux/fs/hfsplus/ |
| H A D | inode.c | 588 struct hfsplus_cat_file *file = &entry.file; in hfsplus_cat_read_inode() 590 if (fd->entrylength < sizeof(struct hfsplus_cat_file)) { in hfsplus_cat_read_inode() 596 sizeof(struct hfsplus_cat_file)); in hfsplus_cat_read_inode() 681 struct hfsplus_cat_file *file = &entry.file; in hfsplus_cat_write_inode() 683 sizeof(struct hfsplus_cat_file)); in hfsplus_cat_write_inode() 686 sizeof(struct hfsplus_cat_file)); in hfsplus_cat_write_inode() 688 struct hfsplus_cat_file *file = &entry.file; in hfsplus_cat_write_inode() 690 if (fd.entrylength < sizeof(struct hfsplus_cat_file)) { in hfsplus_cat_write_inode() 696 sizeof(struct hfsplus_cat_file)); in hfsplus_cat_write_inode() 709 sizeof(struct hfsplus_cat_file)); in hfsplus_cat_write_inode()
|
| H A D | xattr.c | 329 sizeof(struct hfsplus_cat_file)); in __hfsplus_setxattr() 388 offsetof(struct hfsplus_cat_file, flags)); in __hfsplus_setxattr() 393 offsetof(struct hfsplus_cat_file, flags), in __hfsplus_setxattr() 502 offsetof(struct hfsplus_cat_file, user_info), in hfsplus_getxattr_finder_info() 675 offsetof(struct hfsplus_cat_file, user_info), in hfsplus_listxattr_finder_info() 868 offsetof(struct hfsplus_cat_file, flags)); in hfsplus_removexattr() 874 offsetof(struct hfsplus_cat_file, flags), in hfsplus_removexattr()
|
| H A D | catalog.c | 130 struct hfsplus_cat_file *file; in hfsplus_cat_build_record() 383 off = fd.entryoffset + offsetof(hfsplus_cat_file, data_fork); in hfsplus_delete_cat() 389 offsetof(struct hfsplus_cat_file, rsrc_fork); in hfsplus_delete_cat()
|
| H A D | dir.c | 71 if (fd.entrylength < sizeof(struct hfsplus_cat_file)) { in hfsplus_lookup() 228 if (fd.entrylength < sizeof(struct hfsplus_cat_file)) { in hfsplus_readdir()
|
| /linux/include/linux/ |
| H A D | hfs_common.h | 540 struct hfsplus_cat_file { struct 584 struct hfsplus_cat_file file;
|