Lines Matching refs:u32
115 u32 file_count; /* The number of
118 u32 folder_count; /* The number of
121 u32 next_id; /* The next available
123 u32 clumpablks; /* The number of allocation
126 u32 fs_start; /* The first 512-byte
129 u32 part_start;
144 u32 alloc_blksz; /* The size of an
174 extern u32 hfs_vbm_search_free(struct super_block *, u32, u32 *);
180 extern int hfs_cat_find_brec(struct super_block *, u32, struct hfs_find_data *);
181 extern int hfs_cat_create(u32, struct inode *, const struct qstr *, struct inode *);
182 extern int hfs_cat_delete(u32, struct inode *, const struct qstr *);
183 extern int hfs_cat_move(u32, struct inode *, const struct qstr *,
185 extern void hfs_cat_build_key(struct super_block *, btree_key *, u32, const struct qstr *);
209 __be32 log_size, __be32 phys_size, u32 clump_size);