Searched refs:to_head (Results 1 – 2 of 2) sorted by relevance
26 int to_head, in gfs2_buffer_copy_tail() argument30 BUG_ON(from_head < to_head); in gfs2_buffer_copy_tail()31 memcpy(to_bh->b_data + to_head, from_bh->b_data + from_head, in gfs2_buffer_copy_tail()33 memset(to_bh->b_data + to_bh->b_size + to_head - from_head, in gfs2_buffer_copy_tail()34 0, from_head - to_head); in gfs2_buffer_copy_tail()
230 int lnum, int ec, int to_head, struct list_head *list) in add_to_list() argument250 if (to_head) in add_to_list()