Searched refs:from_bh (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/gfs2/ |
H A D | meta_io.h | 27 struct buffer_head *from_bh, in gfs2_buffer_copy_tail() 31 memcpy(to_bh->b_data + to_head, from_bh->b_data + from_head, in gfs2_buffer_copy_tail() 32 from_bh->b_size - from_head); in gfs2_buffer_copy_tail() 25 gfs2_buffer_copy_tail(struct buffer_head *to_bh, int to_head, struct buffer_head *from_bh, int from_head) gfs2_buffer_copy_tail() argument
|
/kernel/linux/linux-6.6/fs/gfs2/ |
H A D | meta_io.h | 27 struct buffer_head *from_bh, in gfs2_buffer_copy_tail() 31 memcpy(to_bh->b_data + to_head, from_bh->b_data + from_head, in gfs2_buffer_copy_tail() 32 from_bh->b_size - from_head); in gfs2_buffer_copy_tail() 25 gfs2_buffer_copy_tail(struct buffer_head *to_bh, int to_head, struct buffer_head *from_bh, int from_head) gfs2_buffer_copy_tail() argument
|
Completed in 2 milliseconds