Home
last modified time | relevance | path

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

/fs/hfsplus/
Dinode.c507 struct hfsplus_cat_file *file = &entry.file; in hfsplus_cat_read_inode()
509 if (fd->entrylength < sizeof(struct hfsplus_cat_file)) in hfsplus_cat_read_inode()
512 sizeof(struct hfsplus_cat_file)); in hfsplus_cat_read_inode()
584 struct hfsplus_cat_file *file = &entry.file; in hfsplus_cat_write_inode()
586 sizeof(struct hfsplus_cat_file)); in hfsplus_cat_write_inode()
589 sizeof(struct hfsplus_cat_file)); in hfsplus_cat_write_inode()
591 struct hfsplus_cat_file *file = &entry.file; in hfsplus_cat_write_inode()
593 if (fd.entrylength < sizeof(struct hfsplus_cat_file)) in hfsplus_cat_write_inode()
596 sizeof(struct hfsplus_cat_file)); in hfsplus_cat_write_inode()
609 sizeof(struct hfsplus_cat_file)); in hfsplus_cat_write_inode()
Dxattr.c322 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()
478 offsetof(struct hfsplus_cat_file, user_info), in hfsplus_getxattr_finder_info()
646 offsetof(struct hfsplus_cat_file, user_info), in hfsplus_listxattr_finder_info()
825 offsetof(struct hfsplus_cat_file, flags)); in hfsplus_removexattr()
831 offsetof(struct hfsplus_cat_file, flags), in hfsplus_removexattr()
Dhfsplus_raw.h285 struct hfsplus_cat_file { struct
327 struct hfsplus_cat_file file;
Dcatalog.c129 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()
Ddir.c71 if (fd.entrylength < sizeof(struct hfsplus_cat_file)) { in hfsplus_lookup()
229 if (fd.entrylength < sizeof(struct hfsplus_cat_file)) { in hfsplus_readdir()