Searched defs:ashift (Results 1 - 2 of 2) sorted by relevance
/osnet-11/usr/src/lib/libzfs/common/ |
H A D | libzfs_pool.c | 1885 boolean_t *l2cache, boolean_t *log, uint64_t *ashift) 2039 avail_spare, l2cache, NULL, ashift)) != NULL) { 2053 ZPOOL_CONFIG_ASHIFT, ashift); 2062 avail_spare, l2cache, NULL, ashift)) != NULL) { 2073 avail_spare, l2cache, NULL, ashift)) != NULL) { 2097 boolean_t *l2cache, boolean_t *log, uint64_t *ashift) 2174 log, ashift); 2636 uint64_t ashift; local 2659 &islog, &ashift)) == 0) 2701 ashift) 1884 vdev_to_nvlist_iter(nvlist_t *nv, nvlist_t *search, boolean_t *avail_spare, boolean_t *l2cache, boolean_t *log, uint64_t *ashift) argument 2096 zpool_find_vdev(zpool_handle_t *zhp, const char *path, boolean_t *avail_spare, boolean_t *l2cache, boolean_t *log, uint64_t *ashift) argument [all...] |
/osnet-11/usr/src/grub/grub2/grub-core/fs/zfs/ |
H A D | zfs.c | 195 unsigned ashift; member in struct:grub_zfs_device_desc 668 grub_uint64_t ashift; local 670 if (!grub_zfs_nvlist_lookup_uint64 (nvlist, "ashift", &ashift)) 672 fill->ashift = UBERBLOCK_SHIFT; 675 fill->ashift = ashift; 677 grub_dprintf("zfs", "fill->dev=%p fill->guid=%llx insert->guid=%llx insert->dev=%p ashift=%d\n", 679 (unsigned long long)insert->guid, insert->dev, fill->ashift); 718 if (!grub_zfs_nvlist_lookup_uint64 (nvlist, "ashift", 1028 grub_uint64_t ashift = UBERBLOCK_SHIFT; local [all...] |
Completed in 33 milliseconds