Lines Matching refs:dev_id
16 * = DOMAIN {3} : dev_id {29} : HMDFS_ROOT {32}
19 * = DOMAIN {3} : dev_id {29} : hash(remote_ino){32}
22 * = DOMAIN {3} : lower's dev_id {29} : lower's ino_raw {32}
45 uint64_t dev_id : BIT_WIDE_DEVID;
187 ia.ino.dev_id = hmdfs_d(fst_lo_d)->device_id;
213 ia.ino.dev_id = hmdfs_d(fst_lo_d)->device_id;
243 ia.ino.dev_id = 0;
258 * ino. Thus the combination of the peer's unique dev_id and the remote_ino
279 ia.ino.dev_id = peer->device_id;
294 * ino. Thus the combination of the peer's unique dev_id and the remote_ino
316 ia.ino.dev_id = peer->device_id;
331 .ino.dev_id = peer ? peer->device_id : 0,