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

/linux-master/net/xdp/
H A Dxsk_buff_pool.c166 bool force_zc, force_copy; local
173 force_copy = flags & XDP_COPY;
175 if (force_zc && force_copy)
200 if (force_copy)
/linux-master/fs/jbd2/
H A Dtransaction.c967 int force_copy)
978 jbd2_debug(5, "journal_head %p, force_copy %d\n", jh, force_copy);
1127 if (jh->b_jlist == BJ_Metadata || force_copy) {
966 do_get_write_access(handle_t *handle, struct journal_head *jh, int force_copy) argument

Completed in 95 milliseconds