Searched refs:my_rsv (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext2/
H A Dballoc.c653 * @my_rsv: reservation window
672 struct ext2_reserve_window *my_rsv)
679 if (my_rsv) {
681 if (my_rsv->_rsv_start >= group_first_block)
682 start = my_rsv->_rsv_start - group_first_block;
686 end = my_rsv->_rsv_end - group_first_block + 1;
709 if (!my_rsv) {
783 struct ext2_reserve_window_node *my_rsv,
791 int size = my_rsv->rsv_goal_size;
846 if ((prev != my_rsv)
669 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) argument
781 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) argument
903 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) argument
1045 try_to_extend_reservation(struct ext2_reserve_window_node *my_rsv, struct super_block *sb, int size) argument
1097 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) argument
1231 struct ext2_reserve_window_node *my_rsv = NULL; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext3/
H A Dballoc.c845 * @my_rsv: reservation window
864 unsigned long *count, struct ext3_reserve_window *my_rsv)
871 if (my_rsv) {
873 if (my_rsv->_rsv_start >= group_first_block)
874 start = my_rsv->_rsv_start - group_first_block;
878 end = my_rsv->_rsv_end - group_first_block + 1;
901 if (!my_rsv) {
976 struct ext3_reserve_window_node *my_rsv,
984 int size = my_rsv->rsv_goal_size;
1039 if ((prev != my_rsv)
862 ext3_try_to_allocate(struct super_block *sb, handle_t *handle, int group, struct buffer_head *bitmap_bh, ext3_grpblk_t grp_goal, unsigned long *count, struct ext3_reserve_window *my_rsv) argument
974 find_next_reservable_window( struct ext3_reserve_window_node *search_head, struct ext3_reserve_window_node *my_rsv, struct super_block * sb, ext3_fsblk_t start_block, ext3_fsblk_t last_block) argument
1096 alloc_new_reservation(struct ext3_reserve_window_node *my_rsv, ext3_grpblk_t grp_goal, struct super_block *sb, unsigned int group, struct buffer_head *bitmap_bh) argument
1240 try_to_extend_reservation(struct ext3_reserve_window_node *my_rsv, struct super_block *sb, int size) argument
1295 ext3_try_to_allocate_with_rsv(struct super_block *sb, handle_t *handle, unsigned int group, struct buffer_head *bitmap_bh, ext3_grpblk_t grp_goal, struct ext3_reserve_window_node * my_rsv, unsigned long *count, int *errp) argument
1483 struct ext3_reserve_window_node *my_rsv = NULL; local
[all...]

Completed in 171 milliseconds