Searched refs:hfs_hdr_layout (Results 1 – 4 of 4) sorted by relevance
133 struct hfs_hdr_layout { struct284 extern const struct hfs_hdr_layout hfs_dbl_fil_hdr_layout;285 extern const struct hfs_hdr_layout hfs_dbl_dir_hdr_layout;286 extern const struct hfs_hdr_layout hfs_nat_hdr_layout;287 extern const struct hfs_hdr_layout hfs_nat2_hdr_layout;288 extern const struct hfs_hdr_layout hfs_sngl_hdr_layout;
34 const struct hfs_hdr_layout *default_layout;35 struct hfs_hdr_layout *layout;
59 const struct hfs_hdr_layout hfs_dbl_fil_hdr_layout = {81 const struct hfs_hdr_layout hfs_dbl_dir_hdr_layout = {101 const struct hfs_hdr_layout hfs_nat2_hdr_layout = {129 const struct hfs_hdr_layout hfs_nat_hdr_layout = {209 const struct hfs_hdr_layout *layout, in hdr_build_meta()236 static struct hfs_hdr_layout *dup_layout(const struct hfs_hdr_layout *old) in dup_layout()238 struct hfs_hdr_layout *new; in dup_layout()255 static inline void init_layout(struct hfs_hdr_layout *layout, in init_layout()291 const struct hfs_hdr_layout *layout) in adjust_forks()387 const struct hfs_hdr_layout *layout; in hdr_read()[all …]
86 struct hfs_hdr_layout *tmp = HFS_I(inode)->layout; in hfs_put_inode()