Searched defs:my_rsv (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/ext2/ |
H A D | balloc.c | 662 ext2_try_to_allocate(struct super_block *sb, int group, struct buffer_head *bitmap_bh, ext2_grpblk_t grp_goal, unsigned long *count, struct ext2_reserve_window *my_rsv) ext2_try_to_allocate() argument 751 find_next_reservable_window( struct ext2_reserve_window_node *search_head, struct ext2_reserve_window_node *my_rsv, struct super_block * sb, ext2_fsblk_t start_block, ext2_fsblk_t last_block) find_next_reservable_window() argument 873 alloc_new_reservation(struct ext2_reserve_window_node *my_rsv, ext2_grpblk_t grp_goal, struct super_block *sb, unsigned int group, struct buffer_head *bitmap_bh) alloc_new_reservation() argument 1015 try_to_extend_reservation(struct ext2_reserve_window_node *my_rsv, struct super_block *sb, int size) try_to_extend_reservation() argument 1067 ext2_try_to_allocate_with_rsv(struct super_block *sb, unsigned int group, struct buffer_head *bitmap_bh, ext2_grpblk_t grp_goal, struct ext2_reserve_window_node * my_rsv, unsigned long *count) ext2_try_to_allocate_with_rsv() argument 1222 struct ext2_reserve_window_node *my_rsv = NULL; ext2_new_blocks() local [all...] |
/kernel/linux/linux-6.6/fs/ext2/ |
H A D | balloc.c | 661 ext2_try_to_allocate(struct super_block *sb, int group, struct buffer_head *bitmap_bh, ext2_grpblk_t grp_goal, unsigned long *count, struct ext2_reserve_window *my_rsv) ext2_try_to_allocate() argument 748 find_next_reservable_window( struct ext2_reserve_window_node *search_head, struct ext2_reserve_window_node *my_rsv, struct super_block * sb, ext2_fsblk_t start_block, ext2_fsblk_t last_block) find_next_reservable_window() argument 863 alloc_new_reservation(struct ext2_reserve_window_node *my_rsv, ext2_grpblk_t grp_goal, struct super_block *sb, unsigned int group, struct buffer_head *bitmap_bh) alloc_new_reservation() argument 1005 try_to_extend_reservation(struct ext2_reserve_window_node *my_rsv, struct super_block *sb, int size) try_to_extend_reservation() argument 1057 ext2_try_to_allocate_with_rsv(struct super_block *sb, unsigned int group, struct buffer_head *bitmap_bh, ext2_grpblk_t grp_goal, struct ext2_reserve_window_node * my_rsv, unsigned long *count) ext2_try_to_allocate_with_rsv() argument 1218 struct ext2_reserve_window_node *my_rsv = NULL; ext2_new_blocks() local [all...] |
Completed in 4 milliseconds