Home
last modified time | relevance | path

Searched refs:to_head (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/fs/gfs2/
Dmeta_io.h29 int to_head, in gfs2_buffer_copy_tail() argument
33 BUG_ON(from_head < to_head); in gfs2_buffer_copy_tail()
34 memcpy(to_bh->b_data + to_head, from_bh->b_data + from_head, in gfs2_buffer_copy_tail()
36 memset(to_bh->b_data + to_bh->b_size + to_head - from_head, in gfs2_buffer_copy_tail()
37 0, from_head - to_head); in gfs2_buffer_copy_tail()
/linux-3.4.99/drivers/mtd/ubi/
Dscan.c117 static int add_to_list(struct ubi_scan_info *si, int pnum, int ec, int to_head, in add_to_list() argument
138 if (to_head) in add_to_list()