Home
last modified time | relevance | path

Searched refs:order_id (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/scsi/
H A Dscsi_scan.c1825 uint order_id; in scsi_scan_channel() local
1842 order_id = shost->max_id - id - 1; in scsi_scan_channel()
1844 order_id = id; in scsi_scan_channel()
1846 order_id, lun, rescan); in scsi_scan_channel()
/linux/fs/xfs/
H A Dxfs_log_priv.h234 atomic_t order_id; member
H A Dxfs_log_cil.c660 order = atomic_inc_return(&ctx->order_id); in xlog_cil_insert_items()