Home
last modified time | relevance | path

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

/fs/hfsplus/
Dioctl.c161 struct hfsplus_cat_file *file; in hfsplus_setxattr()
174 sizeof(struct hfsplus_cat_file)); in hfsplus_setxattr()
191 sizeof(struct hfsplus_cat_file)); in hfsplus_setxattr()
205 struct hfsplus_cat_file *file; in hfsplus_getxattr()
219 sizeof(struct hfsplus_cat_file)); in hfsplus_getxattr()
Dinode.c527 struct hfsplus_cat_file *file = &entry.file; in hfsplus_cat_read_inode()
529 if (fd->entrylength < sizeof(struct hfsplus_cat_file)) in hfsplus_cat_read_inode()
532 sizeof(struct hfsplus_cat_file)); in hfsplus_cat_read_inode()
599 struct hfsplus_cat_file *file = &entry.file; in hfsplus_cat_write_inode()
601 sizeof(struct hfsplus_cat_file)); in hfsplus_cat_write_inode()
604 sizeof(struct hfsplus_cat_file)); in hfsplus_cat_write_inode()
606 struct hfsplus_cat_file *file = &entry.file; in hfsplus_cat_write_inode()
608 if (fd.entrylength < sizeof(struct hfsplus_cat_file)) in hfsplus_cat_write_inode()
611 sizeof(struct hfsplus_cat_file)); in hfsplus_cat_write_inode()
624 sizeof(struct hfsplus_cat_file)); in hfsplus_cat_write_inode()
Dhfsplus_raw.h271 struct hfsplus_cat_file { struct
309 struct hfsplus_cat_file file; argument
Dcatalog.c117 struct hfsplus_cat_file *file; in hfsplus_cat_build_record()
306 off = fd.entryoffset + offsetof(hfsplus_cat_file, data_fork); in hfsplus_delete_cat()
312 offsetof(struct hfsplus_cat_file, rsrc_fork); in hfsplus_delete_cat()
Ddir.c65 if (fd.entrylength < sizeof(struct hfsplus_cat_file)) { in hfsplus_lookup()
217 if (fd.entrylength < sizeof(struct hfsplus_cat_file)) { in hfsplus_readdir()