Searched refs:ext2_fsblk_t (Results  1 – 5 of 5) sorted by relevance
| /Linux-v5.10/fs/ext2/ | 
| D | balloc.c | 82 	ext2_fsblk_t bitmap_blk;  in ext2_valid_block_bitmap()83 	ext2_fsblk_t group_first_block;  in ext2_valid_block_bitmap()
 130 	ext2_fsblk_t bitmap_blk;  in read_block_bitmap()
 269 	ext2_fsblk_t group_first_block, group_last_block;  in goal_in_my_reservation()
 293 search_reserve_window(struct rb_root *root, ext2_fsblk_t goal)  in search_reserve_window()
 336 	ext2_fsblk_t start = rsv->rsv_start;  in ext2_rsv_window_add()
 669 	ext2_fsblk_t group_first_block = ext2_group_first_block_no(sb, group);  in ext2_try_to_allocate()
 670 	ext2_fsblk_t group_last_block = ext2_group_last_block_no(sb, group);  in ext2_try_to_allocate()
 757 				ext2_fsblk_t start_block,  in find_next_reservable_window()
 758 				ext2_fsblk_t last_block)  in find_next_reservable_window()
 [all …]
 
 | 
| D | ext2.h | 26 typedef unsigned long ext2_fsblk_t;  typedef31 	ext2_fsblk_t		_rsv_start;	/* First byte reserved */
 32 	ext2_fsblk_t		_rsv_end;	/* Last byte reserved or 0 */
 59 	ext2_fsblk_t		last_alloc_physical_block;
 721 extern ext2_fsblk_t ext2_new_block(struct inode *, unsigned long, int *);
 722 extern ext2_fsblk_t ext2_new_blocks(struct inode *, unsigned long,
 724 extern int ext2_data_block_valid(struct ext2_sb_info *sbi, ext2_fsblk_t start_blk,
 809 static inline ext2_fsblk_t
 812 	return group_no * (ext2_fsblk_t)EXT2_BLOCKS_PER_GROUP(sb) +  in ext2_group_first_block_no()
 816 static inline ext2_fsblk_t
 
 | 
| D | inode.c | 294 static ext2_fsblk_t ext2_find_near(struct inode *inode, Indirect *ind)  in ext2_find_near()299 	ext2_fsblk_t bg_start;  in ext2_find_near()
 300 	ext2_fsblk_t colour;  in ext2_find_near()
 330 static inline ext2_fsblk_t ext2_find_goal(struct inode *inode, long block,  in ext2_find_goal()
 396 			ext2_fsblk_t goal, int indirect_blks, int blks,  in ext2_alloc_blocks()
 397 			ext2_fsblk_t new_blocks[4], int *err)  in ext2_alloc_blocks()
 402 	ext2_fsblk_t current_block = 0;  in ext2_alloc_blocks()
 476 			int indirect_blks, int *blks, ext2_fsblk_t goal,  in ext2_alloc_branch()
 484 	ext2_fsblk_t new_blocks[4];  in ext2_alloc_branch()
 485 	ext2_fsblk_t current_block;  in ext2_alloc_branch()
 [all …]
 
 | 
| D | super.c | 696 		ext2_fsblk_t first_block = ext2_group_first_block_no(sb, i);  in ext2_check_descriptors()697 		ext2_fsblk_t last_block = ext2_group_last_block_no(sb, i);  in ext2_check_descriptors()
 
 | 
| D | xattr.c | 695 			ext2_fsblk_t goal = ext2_group_first_block_no(sb,  in ext2_xattr_set2()
 |