Lines Matching refs:ext4_fsblk_t

105 typedef unsigned long long ext4_fsblk_t;
168 ext4_fsblk_t goal;
170 ext4_fsblk_t pleft;
172 ext4_fsblk_t pright;
192 ext4_fsblk_t m_pblk;
308 ~((ext4_fsblk_t) (s)->s_cluster_ratio - 1))
316 ((ext4_fsblk_t) (s)->s_cluster_ratio - 1))
999 ext4_fsblk_t i_file_acl;
1454 ext4_fsblk_t s_sb_block;
2402 static inline ext4_fsblk_t
2405 return group_no * (ext4_fsblk_t)EXT4_BLOCKS_PER_GROUP(sb) +
2552 ext4_fsblk_t blocknr,
2556 ext4_fsblk_t block);
2559 ext4_fsblk_t blocknr);
2561 ext4_fsblk_t blocknr);
2565 extern ext4_fsblk_t ext4_new_meta_blocks(handle_t *handle, struct inode *inode,
2566 ext4_fsblk_t goal,
2572 extern ext4_fsblk_t ext4_count_free_clusters(struct super_block *);
2592 ext4_fsblk_t ext4_inode_to_goal_block(struct inode *);
2803 bool ext4_fc_replay_check_excluded(struct super_block *sb, ext4_fsblk_t block);
2809 ext4_lblk_t lblk, ext4_fsblk_t pblk,
2819 extern ext4_fsblk_t ext4_mb_new_blocks(handle_t *,
2832 struct buffer_head *bh, ext4_fsblk_t block,
2839 ext4_fsblk_t block, unsigned long count);
2842 extern void ext4_mb_mark_bb(struct super_block *sb, ext4_fsblk_t block,
2918 ext4_fsblk_t pblk, ext4_lblk_t len);
2967 ext4_fsblk_t n_blocks_count);
2968 extern int ext4_resize_fs(struct super_block *sb, ext4_fsblk_t n_blocks_count);
2999 ext4_fsblk_t, int, const char *, ...);
3001 void __ext4_error_file(struct file *, const char *, unsigned int, ext4_fsblk_t,
3018 unsigned long, ext4_fsblk_t,
3116 extern ext4_fsblk_t ext4_block_bitmap(struct super_block *sb,
3118 extern ext4_fsblk_t ext4_inode_bitmap(struct super_block *sb,
3120 extern ext4_fsblk_t ext4_inode_table(struct super_block *sb,
3131 struct ext4_group_desc *bg, ext4_fsblk_t blk);
3133 struct ext4_group_desc *bg, ext4_fsblk_t blk);
3135 struct ext4_group_desc *bg, ext4_fsblk_t blk);
3168 ? (ext4_fsblk_t)le32_to_cpu(es->name##_hi) << 32 : 0) | \
3171 static inline ext4_fsblk_t ext4_blocks_count(struct ext4_super_block *es)
3176 static inline ext4_fsblk_t ext4_r_blocks_count(struct ext4_super_block *es)
3181 static inline ext4_fsblk_t ext4_free_blocks_count(struct ext4_super_block *es)
3187 ext4_fsblk_t blk)
3194 ext4_fsblk_t blk)
3201 ext4_fsblk_t blk)
3546 ext4_fsblk_t start_blk,
3551 ext4_fsblk_t start_blk, unsigned int count);
3610 int len, int unwritten, ext4_fsblk_t pblk);
3643 extern int ext4_multi_mount_protect(struct super_block *, ext4_fsblk_t);