Lines Matching refs:ext3_fsblk_t
498 typedef unsigned long ext3_fsblk_t; typedef
503 ext3_fsblk_t _rsv_start; /* First byte reserved */
504 ext3_fsblk_t _rsv_end; /* Last byte reserved or 0 */
531 ext3_fsblk_t last_alloc_physical_block;
548 ext3_fsblk_t i_file_acl;
645 ext3_fsblk_t s_sb_block;
972 static inline ext3_fsblk_t
975 return group_no * (ext3_fsblk_t)EXT3_BLOCKS_PER_GROUP(sb) + in ext3_group_first_block_no()
999 extern ext3_fsblk_t ext3_new_block (handle_t *handle, struct inode *inode,
1000 ext3_fsblk_t goal, int *errp);
1001 extern ext3_fsblk_t ext3_new_blocks (handle_t *handle, struct inode *inode,
1002 ext3_fsblk_t goal, unsigned long *count, int *errp);
1004 ext3_fsblk_t block, unsigned long count);
1006 ext3_fsblk_t block, unsigned long count,
1008 extern ext3_fsblk_t ext3_count_free_blocks (struct super_block *);
1047 struct buffer_head *bh, ext3_fsblk_t blocknr);
1086 ext3_fsblk_t n_blocks_count);