Home
last modified time | relevance | path

Searched refs:hfs_hdr_layout (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/include/linux/
Dhfs_fs.h133 struct hfs_hdr_layout { struct
284 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;
Dhfs_fs_i.h34 const struct hfs_hdr_layout *default_layout;
35 struct hfs_hdr_layout *layout;
/linux-2.4.37.9/fs/hfs/
Dfile_hdr.c59 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 …]
Dinode.c86 struct hfs_hdr_layout *tmp = HFS_I(inode)->layout; in hfs_put_inode()