Home
last modified time | relevance | path

Searched refs:hfs_cat_file (Results 1 – 7 of 7) sorted by relevance

/linux-4.1.27/fs/hfs/
Dattr.c22 struct hfs_cat_file *file; in hfs_setxattr()
36 sizeof(struct hfs_cat_file)); in hfs_setxattr()
53 sizeof(struct hfs_cat_file)); in hfs_setxattr()
65 struct hfs_cat_file *file; in hfs_getxattr()
80 sizeof(struct hfs_cat_file)); in hfs_getxattr()
Dhfs.h182 struct hfs_cat_file { struct
235 struct hfs_cat_file file;
Dinode.c474 sizeof(struct hfs_cat_file)); in hfs_write_inode()
478 sizeof(struct hfs_cat_file)); in hfs_write_inode()
480 if (fd.entrylength < sizeof(struct hfs_cat_file)) in hfs_write_inode()
483 sizeof(struct hfs_cat_file)); in hfs_write_inode()
496 sizeof(struct hfs_cat_file)); in hfs_write_inode()
Dcatalog.c61 return sizeof(struct hfs_cat_file); in hfs_cat_build_record()
233 struct hfs_cat_file file; in hfs_cat_delete()
Dhfs_fs.h192 extern int hfs_free_fork(struct super_block *, struct hfs_cat_file *, int);
Ddir.c135 if (fd.entrylength < sizeof(struct hfs_cat_file)) { in hfs_readdir()
Dextent.c283 int hfs_free_fork(struct super_block *sb, struct hfs_cat_file *file, int type) in hfs_free_fork()