Home
last modified time | relevance | path

Searched refs:force_copy (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/net/xdp/
H A Dxsk_buff_pool.c125 bool force_zc, force_copy; in __xp_assign_dev() local
132 force_copy = flags & XDP_COPY; in __xp_assign_dev()
134 if (force_zc && force_copy) in __xp_assign_dev()
157 if (force_copy) in __xp_assign_dev()
/kernel/linux/linux-6.6/net/xdp/
H A Dxsk_buff_pool.c152 bool force_zc, force_copy; in xp_assign_dev() local
159 force_copy = flags & XDP_COPY; in xp_assign_dev()
161 if (force_zc && force_copy) in xp_assign_dev()
186 if (force_copy) in xp_assign_dev()
/kernel/linux/linux-5.10/fs/jbd2/
H A Dtransaction.c945 int force_copy) in do_get_write_access()
956 jbd_debug(5, "journal_head %p, force_copy %d\n", jh, force_copy); in do_get_write_access()
1105 if (jh->b_jlist == BJ_Metadata || force_copy) { in do_get_write_access()
944 do_get_write_access(handle_t *handle, struct journal_head *jh, int force_copy) do_get_write_access() argument
/kernel/linux/linux-6.6/fs/jbd2/
H A Dtransaction.c967 int force_copy) in do_get_write_access()
978 jbd2_debug(5, "journal_head %p, force_copy %d\n", jh, force_copy); in do_get_write_access()
1127 if (jh->b_jlist == BJ_Metadata || force_copy) { in do_get_write_access()
966 do_get_write_access(handle_t *handle, struct journal_head *jh, int force_copy) do_get_write_access() argument

Completed in 14 milliseconds