Home
last modified time | relevance | path

Searched refs:UBLK_F_USER_COPY (Results 1 – 5 of 5) sorted by relevance

/linux/include/uapi/linux/
H A Dublk_cmd.h291 #define UBLK_F_USER_COPY (1UL << 7) macro
/linux/tools/testing/selftests/ublk/
H A Dkublk.h546 return !!(q->flags & UBLK_F_USER_COPY); in ublk_queue_use_user_copy()
H A Dkublk.c2072 FEAT_NAME(UBLK_F_USER_COPY), in cmd_dev_get_features()
2360 ctx.flags |= UBLK_F_USER_COPY; in main()
2487 !!(ctx.flags & UBLK_F_USER_COPY) + in main()
2496 if (!(ctx.flags & UBLK_F_USER_COPY)) { in main()
H A Dbatch.c51 if (dev->dev_info.flags & (UBLK_F_SUPPORT_ZERO_COPY | UBLK_F_USER_COPY | in ublk_commit_elem_buf_size()
/linux/drivers/block/
H A Dublk_drv.c80 | UBLK_F_USER_COPY \
452 return ubq->flags & UBLK_F_USER_COPY; in ublk_support_user_copy()
457 return ub->dev_info.flags & UBLK_F_USER_COPY; in ublk_dev_support_user_copy()
4728 if (info.flags & (UBLK_F_USER_COPY | UBLK_F_SUPPORT_ZERO_COPY | in ublk_ctrl_add_dev()
4734 if (info.flags & UBLK_F_INTEGRITY && !(info.flags & UBLK_F_USER_COPY)) in ublk_ctrl_add_dev()
4820 if (ub->dev_info.flags & (UBLK_F_USER_COPY | UBLK_F_SUPPORT_ZERO_COPY | in ublk_ctrl_add_dev()
4835 (UBLK_F_USER_COPY | UBLK_F_SUPPORT_ZERO_COPY)))) { in ublk_ctrl_add_dev()