Home
last modified time | relevance | path

Searched refs:rsv_goal_size (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/fs/ext2/
H A Dioctl.c93 rsv_window_size = ei->i_block_alloc_info->rsv_window_node.rsv_goal_size; in ext2_ioctl()
129 rsv->rsv_goal_size = rsv_window_size; in ext2_ioctl()
H A Dballoc.c435 rsv->rsv_goal_size = 0; in ext2_init_block_alloc_info()
437 rsv->rsv_goal_size = EXT2_DEFAULT_RESERVE_BLOCKS; in ext2_init_block_alloc_info()
765 int size = my_rsv->rsv_goal_size; in find_next_reservable_window()
890 size = my_rsv->rsv_goal_size; in alloc_new_reservation()
923 my_rsv->rsv_goal_size= size; in alloc_new_reservation()
1111 if (my_rsv->rsv_goal_size < *count) in ext2_try_to_allocate_with_rsv()
1112 my_rsv->rsv_goal_size = *count; in ext2_try_to_allocate_with_rsv()
1257 windowsz = block_i->rsv_window_node.rsv_goal_size; in ext2_new_blocks()
H A Dext2.h39 __u32 rsv_goal_size; member
H A Dsuper.c1133 sbi->s_rsv_window_head.rsv_goal_size = 0; in ext2_fill_super()