Home
last modified time | relevance | path

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

/linux-6.12.1/fs/gfs2/
Dmeta_io.h26 int to_head, in gfs2_buffer_copy_tail() argument
30 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()
/linux-6.12.1/drivers/md/dm-vdo/
Dwait-queue.c61 struct vdo_waiter *to_head = to_waitq->last_waiter->next_waiter; in vdo_waitq_transfer_all_waiters() local
64 from_waitq->last_waiter->next_waiter = to_head; in vdo_waitq_transfer_all_waiters()
/linux-6.12.1/drivers/mtd/ubi/
Dattach.c230 int lnum, int ec, int to_head, struct list_head *list) in add_to_list() argument
250 if (to_head) in add_to_list()