Searched refs:hfsplus_cat_file (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/fs/hfsplus/ |
D | inode.c | 509 struct hfsplus_cat_file *file = &entry.file; in hfsplus_cat_read_inode() 511 if (fd->entrylength < sizeof(struct hfsplus_cat_file)) in hfsplus_cat_read_inode() 514 sizeof(struct hfsplus_cat_file)); in hfsplus_cat_read_inode() 585 struct hfsplus_cat_file *file = &entry.file; in hfsplus_cat_write_inode() 587 sizeof(struct hfsplus_cat_file)); in hfsplus_cat_write_inode() 590 sizeof(struct hfsplus_cat_file)); in hfsplus_cat_write_inode() 592 struct hfsplus_cat_file *file = &entry.file; in hfsplus_cat_write_inode() 594 if (fd.entrylength < sizeof(struct hfsplus_cat_file)) in hfsplus_cat_write_inode() 597 sizeof(struct hfsplus_cat_file)); in hfsplus_cat_write_inode() 610 sizeof(struct hfsplus_cat_file)); in hfsplus_cat_write_inode()
|
D | xattr.c | 322 sizeof(struct hfsplus_cat_file)); in __hfsplus_setxattr() 380 offsetof(struct hfsplus_cat_file, flags)); in __hfsplus_setxattr() 385 offsetof(struct hfsplus_cat_file, flags), in __hfsplus_setxattr() 482 offsetof(struct hfsplus_cat_file, user_info), in hfsplus_getxattr_finder_info() 653 offsetof(struct hfsplus_cat_file, user_info), in hfsplus_listxattr_finder_info() 832 offsetof(struct hfsplus_cat_file, flags)); in hfsplus_removexattr() 838 offsetof(struct hfsplus_cat_file, flags), in hfsplus_removexattr()
|
D | hfsplus_raw.h | 285 struct hfsplus_cat_file { struct 327 struct hfsplus_cat_file file;
|
D | catalog.c | 129 struct hfsplus_cat_file *file; in hfsplus_cat_build_record() 366 off = fd.entryoffset + offsetof(hfsplus_cat_file, data_fork); in hfsplus_delete_cat() 372 offsetof(struct hfsplus_cat_file, rsrc_fork); in hfsplus_delete_cat()
|
D | dir.c | 71 if (fd.entrylength < sizeof(struct hfsplus_cat_file)) { in hfsplus_lookup() 229 if (fd.entrylength < sizeof(struct hfsplus_cat_file)) { in hfsplus_readdir()
|