Lines Matching defs:ext4_fsblk_t

117 typedef unsigned long long ext4_fsblk_t;
235 ext4_fsblk_t goal;
237 ext4_fsblk_t pleft;
239 ext4_fsblk_t pright;
261 ext4_fsblk_t m_pblk;
377 ~((ext4_fsblk_t) (s)->s_cluster_ratio - 1))
385 ((ext4_fsblk_t) (s)->s_cluster_ratio - 1))
1007 ext4_fsblk_t i_file_acl;
1516 ext4_fsblk_t s_sb_block;
2556 static inline ext4_fsblk_t
2559 return group_no * (ext4_fsblk_t)EXT4_BLOCKS_PER_GROUP(sb) +
2706 ext4_fsblk_t blocknr,
2710 ext4_fsblk_t block);
2715 extern ext4_fsblk_t ext4_new_meta_blocks(handle_t *handle, struct inode *inode,
2716 ext4_fsblk_t goal,
2722 extern ext4_fsblk_t ext4_count_free_clusters(struct super_block *);
2741 ext4_fsblk_t ext4_inode_to_goal_block(struct inode *);
2903 bool ext4_fc_replay_check_excluded(struct super_block *sb, ext4_fsblk_t block);
2909 ext4_lblk_t lblk, ext4_fsblk_t pblk,
2918 extern ext4_fsblk_t ext4_mb_new_blocks(handle_t *,
2930 struct buffer_head *bh, ext4_fsblk_t block,
2937 ext4_fsblk_t block, unsigned long count);
2940 extern void ext4_mb_mark_bb(struct super_block *sb, ext4_fsblk_t block,
3024 ext4_fsblk_t pblk, ext4_lblk_t len);
3076 ext4_fsblk_t n_blocks_count);
3077 extern int ext4_resize_fs(struct super_block *sb, ext4_fsblk_t n_blocks_count);
3113 ext4_fsblk_t, int, const char *, ...);
3115 void __ext4_error_file(struct file *, const char *, unsigned int, ext4_fsblk_t,
3132 unsigned long, ext4_fsblk_t,
3230 extern ext4_fsblk_t ext4_block_bitmap(struct super_block *sb,
3232 extern ext4_fsblk_t ext4_inode_bitmap(struct super_block *sb,
3234 extern ext4_fsblk_t ext4_inode_table(struct super_block *sb,
3245 struct ext4_group_desc *bg, ext4_fsblk_t blk);
3247 struct ext4_group_desc *bg, ext4_fsblk_t blk);
3249 struct ext4_group_desc *bg, ext4_fsblk_t blk);
3282 ? (ext4_fsblk_t)le32_to_cpu(es->name##_hi) << 32 : 0) | \
3285 static inline ext4_fsblk_t ext4_blocks_count(struct ext4_super_block *es)
3290 static inline ext4_fsblk_t ext4_r_blocks_count(struct ext4_super_block *es)
3295 static inline ext4_fsblk_t ext4_free_blocks_count(struct ext4_super_block *es)
3301 ext4_fsblk_t blk)
3308 ext4_fsblk_t blk)
3315 ext4_fsblk_t blk)
3663 ext4_fsblk_t start_blk,
3668 ext4_fsblk_t start_blk, unsigned int count);
3727 int len, int unwritten, ext4_fsblk_t pblk);
3757 extern int ext4_multi_mount_protect(struct super_block *, ext4_fsblk_t);