Searched refs:ext2_fsblk_t (Results 1 – 5 of 5) sorted by relevance
/linux-4.19.296/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() 267 ext2_fsblk_t group_first_block, group_last_block; in goal_in_my_reservation() 291 search_reserve_window(struct rb_root *root, ext2_fsblk_t goal) in search_reserve_window() 334 ext2_fsblk_t start = rsv->rsv_start; in ext2_rsv_window_add() 669 ext2_fsblk_t group_first_block; in ext2_try_to_allocate() 780 ext2_fsblk_t start_block, in find_next_reservable_window() 781 ext2_fsblk_t last_block) in find_next_reservable_window() 785 ext2_fsblk_t cur; in find_next_reservable_window() [all …]
|
D | ext2.h | 26 typedef unsigned long ext2_fsblk_t; typedef 31 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; 731 extern ext2_fsblk_t ext2_new_block(struct inode *, unsigned long, int *); 732 extern ext2_fsblk_t ext2_new_blocks(struct inode *, unsigned long, 734 extern int ext2_data_block_valid(struct ext2_sb_info *sbi, ext2_fsblk_t start_blk, 817 static inline ext2_fsblk_t 820 return group_no * (ext2_fsblk_t)EXT2_BLOCKS_PER_GROUP(sb) + in ext2_group_first_block_no()
|
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() 399 ext2_fsblk_t goal, int indirect_blks, int blks, in ext2_alloc_blocks() 400 ext2_fsblk_t new_blocks[4], int *err) in ext2_alloc_blocks() 405 ext2_fsblk_t current_block = 0; in ext2_alloc_blocks() 477 int indirect_blks, int *blks, ext2_fsblk_t goal, in ext2_alloc_branch() 485 ext2_fsblk_t new_blocks[4]; in ext2_alloc_branch() 486 ext2_fsblk_t current_block; in ext2_alloc_branch() [all …]
|
D | xattr.c | 665 ext2_fsblk_t goal = ext2_group_first_block_no(sb, in ext2_xattr_set2() 667 ext2_fsblk_t block = ext2_new_block(inode, goal, &error); in ext2_xattr_set2()
|
D | super.c | 713 ext2_fsblk_t first_block = ext2_group_first_block_no(sb, i); in ext2_check_descriptors() 714 ext2_fsblk_t last_block; in ext2_check_descriptors()
|