Searched refs:ext2_fsblk_t (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/fs/ext2/ |
D | balloc.c | 80 ext2_fsblk_t bitmap_blk; in ext2_valid_block_bitmap() 81 ext2_fsblk_t group_first_block; in ext2_valid_block_bitmap() 128 ext2_fsblk_t bitmap_blk; in read_block_bitmap() 268 ext2_fsblk_t group_first_block, group_last_block; in goal_in_my_reservation() 292 search_reserve_window(struct rb_root *root, ext2_fsblk_t goal) in search_reserve_window() 335 ext2_fsblk_t start = rsv->rsv_start; in ext2_rsv_window_add() 668 ext2_fsblk_t group_first_block = ext2_group_first_block_no(sb, group); in ext2_try_to_allocate() 669 ext2_fsblk_t group_last_block = ext2_group_last_block_no(sb, group); in ext2_try_to_allocate() 756 ext2_fsblk_t start_block, in find_next_reservable_window() 757 ext2_fsblk_t last_block) in find_next_reservable_window() [all …]
|
D | ext2.h | 28 typedef unsigned long ext2_fsblk_t; typedef 33 ext2_fsblk_t _rsv_start; /* First byte reserved */ 34 ext2_fsblk_t _rsv_end; /* Last byte reserved or 0 */ 61 ext2_fsblk_t last_alloc_physical_block; 709 extern ext2_fsblk_t ext2_new_block(struct inode *, unsigned long, int *); 710 extern ext2_fsblk_t ext2_new_blocks(struct inode *, unsigned long, 712 extern int ext2_data_block_valid(struct ext2_sb_info *sbi, ext2_fsblk_t start_blk, 808 static inline ext2_fsblk_t 811 return group_no * (ext2_fsblk_t)EXT2_BLOCKS_PER_GROUP(sb) + in ext2_group_first_block_no() 815 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 | 691 ext2_fsblk_t first_block = ext2_group_first_block_no(sb, i); in ext2_check_descriptors() 692 ext2_fsblk_t last_block = ext2_group_last_block_no(sb, i); in ext2_check_descriptors()
|
D | xattr.c | 745 ext2_fsblk_t goal = ext2_group_first_block_no(sb, in ext2_xattr_set2()
|