Searched refs:ext2_fsblk_t (Results 1 – 6 of 6) sorted by relevance
/linux-2.6.39/include/linux/ |
D | ext2_fs_sb.h | 29 typedef unsigned long ext2_fsblk_t; typedef 34 ext2_fsblk_t _rsv_start; /* First byte reserved */ 35 ext2_fsblk_t _rsv_end; /* Last byte reserved or 0 */ 62 ext2_fsblk_t last_alloc_physical_block;
|
/linux-2.6.39/fs/ext2/ |
D | ext2.h | 86 extern ext2_fsblk_t ext2_new_block(struct inode *, unsigned long, int *); 87 extern ext2_fsblk_t ext2_new_blocks(struct inode *, unsigned long, 171 static inline ext2_fsblk_t 174 return group_no * (ext2_fsblk_t)EXT2_BLOCKS_PER_GROUP(sb) + in ext2_group_first_block_no()
|
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() 278 ext2_fsblk_t group_first_block, group_last_block; in goal_in_my_reservation() 302 search_reserve_window(struct rb_root *root, ext2_fsblk_t goal) in search_reserve_window() 345 ext2_fsblk_t start = rsv->rsv_start; in ext2_rsv_window_add() 677 ext2_fsblk_t group_first_block; in ext2_try_to_allocate() 788 ext2_fsblk_t start_block, in find_next_reservable_window() 789 ext2_fsblk_t last_block) in find_next_reservable_window() 793 ext2_fsblk_t cur; in find_next_reservable_window() [all …]
|
D | inode.c | 290 static ext2_fsblk_t ext2_find_near(struct inode *inode, Indirect *ind) in ext2_find_near() 295 ext2_fsblk_t bg_start; in ext2_find_near() 296 ext2_fsblk_t colour; in ext2_find_near() 326 static inline ext2_fsblk_t ext2_find_goal(struct inode *inode, long block, in ext2_find_goal() 395 ext2_fsblk_t goal, int indirect_blks, int blks, in ext2_alloc_blocks() 396 ext2_fsblk_t new_blocks[4], int *err) in ext2_alloc_blocks() 401 ext2_fsblk_t current_block = 0; in ext2_alloc_blocks() 473 int indirect_blks, int *blks, ext2_fsblk_t goal, in ext2_alloc_branch() 481 ext2_fsblk_t new_blocks[4]; in ext2_alloc_branch() 482 ext2_fsblk_t current_block; in ext2_alloc_branch() [all …]
|
D | super.c | 640 ext2_fsblk_t first_block = ext2_group_first_block_no(sb, i); in ext2_check_descriptors() 641 ext2_fsblk_t last_block; in ext2_check_descriptors()
|
D | xattr.c | 659 ext2_fsblk_t goal = ext2_group_first_block_no(sb, in ext2_xattr_set2()
|