Home
last modified time | relevance | path

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

/Linux-v4.19/fs/hfsplus/
Dinode.c497 struct hfsplus_cat_file *file = &entry.file; in hfsplus_cat_read_inode()
499 if (fd->entrylength < sizeof(struct hfsplus_cat_file)) in hfsplus_cat_read_inode()
502 sizeof(struct hfsplus_cat_file)); in hfsplus_cat_read_inode()
574 struct hfsplus_cat_file *file = &entry.file; in hfsplus_cat_write_inode()
576 sizeof(struct hfsplus_cat_file)); in hfsplus_cat_write_inode()
579 sizeof(struct hfsplus_cat_file)); in hfsplus_cat_write_inode()
581 struct hfsplus_cat_file *file = &entry.file; in hfsplus_cat_write_inode()
583 if (fd.entrylength < sizeof(struct hfsplus_cat_file)) in hfsplus_cat_write_inode()
586 sizeof(struct hfsplus_cat_file)); in hfsplus_cat_write_inode()
599 sizeof(struct hfsplus_cat_file)); in hfsplus_cat_write_inode()
Dxattr.c317 sizeof(struct hfsplus_cat_file)); in __hfsplus_setxattr()
375 offsetof(struct hfsplus_cat_file, flags)); in __hfsplus_setxattr()
380 offsetof(struct hfsplus_cat_file, flags), in __hfsplus_setxattr()
473 offsetof(struct hfsplus_cat_file, user_info), in hfsplus_getxattr_finder_info()
641 offsetof(struct hfsplus_cat_file, user_info), in hfsplus_listxattr_finder_info()
820 offsetof(struct hfsplus_cat_file, flags)); in hfsplus_removexattr()
826 offsetof(struct hfsplus_cat_file, flags), in hfsplus_removexattr()
Dhfsplus_raw.h286 struct hfsplus_cat_file { struct
328 struct hfsplus_cat_file file;
Dcatalog.c130 struct hfsplus_cat_file *file; in hfsplus_cat_build_record()
367 off = fd.entryoffset + offsetof(hfsplus_cat_file, data_fork); in hfsplus_delete_cat()
373 offsetof(struct hfsplus_cat_file, rsrc_fork); in hfsplus_delete_cat()
Ddir.c71 if (fd.entrylength < sizeof(struct hfsplus_cat_file)) { in hfsplus_lookup()
228 if (fd.entrylength < sizeof(struct hfsplus_cat_file)) { in hfsplus_readdir()