Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/pci/
Dxen-pcifront.c807 int i, num_roots, len; in pcifront_connect() local
812 "root_num", "%d", &num_roots); in pcifront_connect()
822 num_roots = 0; in pcifront_connect()
829 for (i = 0; i < num_roots; i++) { in pcifront_connect()
/Linux-v6.6/fs/btrfs/
Dsend.c114 int num_roots; member
1434 *root_count_ret = entry->num_roots; in lookup_backref_cache()
1462 new_entry->num_roots = 0; in store_backref_cache()
1475 if (new_entry->num_roots >= SEND_MAX_BACKREF_CACHE_ROOTS) { in store_backref_cache()
1480 new_entry->root_ids[new_entry->num_roots] = root_id; in store_backref_cache()
1481 new_entry->num_roots++; in store_backref_cache()
/Linux-v6.6/drivers/scsi/mpi3mr/mpi/
Dmpi30_cnfg.h1547 u8 num_roots; member