Home
last modified time | relevance | path

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

/linux/drivers/pci/
H A 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/fs/btrfs/
H A Dsend.c113 int num_roots; member
1447 *root_count_ret = entry->num_roots; in lookup_backref_cache()
1475 new_entry->num_roots = 0; in store_backref_cache()
1488 if (new_entry->num_roots >= SEND_MAX_BACKREF_CACHE_ROOTS) { in store_backref_cache()
1493 new_entry->root_ids[new_entry->num_roots] = root_id; in store_backref_cache()
1494 new_entry->num_roots++; in store_backref_cache()
/linux/drivers/scsi/mpi3mr/mpi/
H A Dmpi30_cnfg.h1575 u8 num_roots; member