Lines Matching refs:secno
93 secno hotfix_from[256];
94 secno hotfix_to[256];
155 static inline secno ea_sec(struct extended_attribute *ea) in ea_sec()
160 static inline secno ea_len(struct extended_attribute *ea) in ea_len()
170 static inline unsigned de_size(int namelen, secno down_ptr) in de_size()
200 int hpfs_chk_sectors(struct super_block *, secno, int, char *);
201 secno hpfs_alloc_sector(struct super_block *, secno, unsigned, int);
202 int hpfs_alloc_if_possible(struct super_block *, secno);
203 void hpfs_free_sectors(struct super_block *, secno, unsigned);
205 void hpfs_free_dnode(struct super_block *, secno);
206 struct dnode *hpfs_alloc_dnode(struct super_block *, secno, dnode_secno *, struct quad_buffer_head …
207 struct fnode *hpfs_alloc_fnode(struct super_block *, secno, fnode_secno *, struct buffer_head **);
208 struct anode *hpfs_alloc_anode(struct super_block *, secno, anode_secno *, struct buffer_head **);
213 secno hpfs_bplus_lookup(struct super_block *, struct inode *, struct bplus_header *, unsigned, stru…
214 secno hpfs_add_sector_to_btree(struct super_block *, secno, int, unsigned);
216 int hpfs_ea_read(struct super_block *, secno, int, unsigned, unsigned, char *);
217 int hpfs_ea_write(struct super_block *, secno, int, unsigned, unsigned, const char *);
218 void hpfs_ea_remove(struct super_block *, secno, int, unsigned);
219 void hpfs_truncate_btree(struct super_block *, secno, int, unsigned);
224 secno hpfs_search_hotfix_map(struct super_block *s, secno sec);
225 unsigned hpfs_search_hotfix_map_for_range(struct super_block *s, secno sec, unsigned n);
248 const unsigned char *, unsigned, secno);
263 void hpfs_ea_ext_remove(struct super_block *, secno, int, unsigned);
292 unsigned char *hpfs_load_code_page(struct super_block *, secno);
293 __le32 *hpfs_load_bitmap_directory(struct super_block *, secno bmp);