Searched refs:hfs_cat_file (Results 1 – 7 of 7) sorted by relevance
27 struct hfs_cat_file *file; in __hfs_setxattr()41 sizeof(struct hfs_cat_file)); in __hfs_setxattr()62 sizeof(struct hfs_cat_file)); in __hfs_setxattr()73 struct hfs_cat_file *file; in __hfs_getxattr()88 sizeof(struct hfs_cat_file)); in __hfs_getxattr()
182 struct hfs_cat_file { struct235 struct hfs_cat_file file;
481 sizeof(struct hfs_cat_file)); in hfs_write_inode()485 sizeof(struct hfs_cat_file)); in hfs_write_inode()487 WARN_ON(fd.entrylength < sizeof(struct hfs_cat_file)); in hfs_write_inode()489 sizeof(struct hfs_cat_file)); in hfs_write_inode()502 sizeof(struct hfs_cat_file)); in hfs_write_inode()
61 return sizeof(struct hfs_cat_file); in hfs_cat_build_record()241 struct hfs_cat_file file; in hfs_cat_delete()
193 extern int hfs_free_fork(struct super_block *, struct hfs_cat_file *, int);
129 if (fd.entrylength < sizeof(struct hfs_cat_file)) { in hfs_readdir()
287 int hfs_free_fork(struct super_block *sb, struct hfs_cat_file *file, int type) in hfs_free_fork()