Searched refs:UBLK_F_SUPPORT_ZERO_COPY (Results 1 - 2 of 2) sorted by last modified time

/linux-master/drivers/block/
H A Dublk_drv.c52 #define UBLK_F_ALL (UBLK_F_SUPPORT_ZERO_COPY \
2421 ub->dev_info.flags &= ~UBLK_F_SUPPORT_ZERO_COPY;
2737 u64 features = UBLK_F_ALL & ~UBLK_F_SUPPORT_ZERO_COPY;
/linux-master/include/uapi/linux/
H A Dublk_cmd.h133 #define UBLK_F_SUPPORT_ZERO_COPY (1ULL << 0) macro

Completed in 217 milliseconds