Lines Matching refs:secno
149 static inline secno ea_sec(struct extended_attribute *ea) in ea_sec()
154 static inline secno ea_len(struct extended_attribute *ea) in ea_len()
164 static inline unsigned de_size(int namelen, secno down_ptr) in de_size()
194 int hpfs_chk_sectors(struct super_block *, secno, int, char *);
195 secno hpfs_alloc_sector(struct super_block *, secno, unsigned, int);
196 int hpfs_alloc_if_possible(struct super_block *, secno);
197 void hpfs_free_sectors(struct super_block *, secno, unsigned);
199 void hpfs_free_dnode(struct super_block *, secno);
200 struct dnode *hpfs_alloc_dnode(struct super_block *, secno, dnode_secno *, struct quad_buffer_head …
201 struct fnode *hpfs_alloc_fnode(struct super_block *, secno, fnode_secno *, struct buffer_head **);
202 struct anode *hpfs_alloc_anode(struct super_block *, secno, anode_secno *, struct buffer_head **);
206 secno hpfs_bplus_lookup(struct super_block *, struct inode *, struct bplus_header *, unsigned, stru…
207 secno hpfs_add_sector_to_btree(struct super_block *, secno, int, unsigned);
209 int hpfs_ea_read(struct super_block *, secno, int, unsigned, unsigned, char *);
210 int hpfs_ea_write(struct super_block *, secno, int, unsigned, unsigned, const char *);
211 void hpfs_ea_remove(struct super_block *, secno, int, unsigned);
212 void hpfs_truncate_btree(struct super_block *, secno, int, unsigned);
239 const unsigned char *, unsigned, secno);
254 void hpfs_ea_ext_remove(struct super_block *, secno, int, unsigned);
283 unsigned char *hpfs_load_code_page(struct super_block *, secno);
284 __le32 *hpfs_load_bitmap_directory(struct super_block *, secno bmp);