Searched defs:hfs_sb_info (Results 1 – 1 of 1) sorted by relevance
26 struct hfs_sb_info { struct27 int magic; /* A magic number */28 struct hfs_mdb *s_mdb; /* The HFS MDB */29 int s_quiet; /* Silent failure when 31 int s_lowercase; /* Map names to lowercase? */32 int s_afpd; /* AFPD compatible mode? */33 int s_version; /* version info */34 hfs_namein_fn s_namein; /* The function used to37 hfs_nameout_fn s_nameout; /* The function used to40 hfs_ifill_fn s_ifill; /* The function used[all …]