Home
last modified time | relevance | path

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

/linux/include/target/
H A Dtarget_core_base.h743 u32 atomic_max_boundary; member
/linux/drivers/target/
H A Dtarget_core_device.c857 attrib->atomic_max_boundary = 0; in target_configure_write_atomic_from_bdev()
H A Dtarget_core_sbc.c785 if (boundary > attrib->atomic_max_boundary) in sbc_check_atomic()
H A Dtarget_core_configfs.c582 DEF_CONFIGFS_ATTRIB_SHOW(atomic_max_boundary);
1309 CONFIGFS_ATTR_RO(, atomic_max_boundary);
H A Dtarget_core_spc.c618 put_unaligned_be32(dev->dev_attrib.atomic_max_boundary, &buf[60]); in spc_emulate_evpd_b0()