Home
last modified time | relevance | path

Searched refs:hfs_dbl_fil_hdr_layout (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/fs/hfs/
Dfile_hdr.c59 const struct hfs_hdr_layout hfs_dbl_fil_hdr_layout = { variable
72 (struct hfs_hdr_descr *)&hfs_dbl_fil_hdr_layout.descr[0],
73 (struct hfs_hdr_descr *)&hfs_dbl_fil_hdr_layout.descr[1],
74 (struct hfs_hdr_descr *)&hfs_dbl_fil_hdr_layout.descr[2],
75 (struct hfs_hdr_descr *)&hfs_dbl_fil_hdr_layout.descr[3],
76 (struct hfs_hdr_descr *)&hfs_dbl_fil_hdr_layout.descr[4],
77 (struct hfs_hdr_descr *)&hfs_dbl_fil_hdr_layout.descr[5]
Dinode.c424 HFS_I(inode)->default_layout = &hfs_dbl_fil_hdr_layout; in hfs_dbl_ifill()
/linux-2.4.37.9/include/linux/
Dhfs_fs.h284 extern const struct hfs_hdr_layout hfs_dbl_fil_hdr_layout;