Home
last modified time | relevance | path

Searched refs:UBLK_F_SUPPORT_ZERO_COPY (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/include/uapi/linux/
Dublk_cmd.h131 #define UBLK_F_SUPPORT_ZERO_COPY (1ULL << 0) macro
/Linux-v6.6/drivers/block/
Dublk_drv.c52 #define UBLK_F_ALL (UBLK_F_SUPPORT_ZERO_COPY \
2360 ub->dev_info.flags &= ~UBLK_F_SUPPORT_ZERO_COPY; in ublk_ctrl_add_dev()
2675 u64 features = UBLK_F_ALL & ~UBLK_F_SUPPORT_ZERO_COPY; in ublk_ctrl_get_features()