Home
last modified time | relevance | path

Searched refs:id_len (Results 1 – 4 of 4) sorted by relevance

/linux-4.19.296/fs/nfsd/
Dblocklayout.c228 size_t bufflen = 252, maxlen = 65532, len, id_len; in nfsd4_scsi_identify_device() local
280 for (d = buf + 4; d < buf + len; d += id_len + 4) { in nfsd4_scsi_identify_device()
281 id_len = d[3]; in nfsd4_scsi_identify_device()
293 if (id_len != 8 && id_len != 12 && id_len != 16) in nfsd4_scsi_identify_device()
299 b->scsi.designator_len = id_len; in nfsd4_scsi_identify_device()
300 memcpy(b->scsi.designator, d + 4, id_len); in nfsd4_scsi_identify_device()
307 if (id_len == 16) in nfsd4_scsi_identify_device()
/linux-4.19.296/fs/nfs/
Dnfs4idmap.c344 int id_len; in nfs_idmap_lookup_name() local
347 id_len = nfs_map_numeric_to_string(id, id_str, sizeof(id_str)); in nfs_idmap_lookup_name()
348 ret = nfs_idmap_get_key(id_str, id_len, type, buf, buflen, idmap); in nfs_idmap_lookup_name()
/linux-4.19.296/include/linux/
Dnetdevice.h803 unsigned char id_len; member
809 return a->id_len == b->id_len && in netdev_phys_item_id_same()
810 memcmp(a->id, b->id, a->id_len) == 0; in netdev_phys_item_id_same()
/linux-4.19.296/include/linux/mtd/
Drawnand.h1514 uint16_t id_len; member