Searched refs:objnum (Results 1 – 4 of 4) sorted by relevance
| /onnv-gate/usr/src/grub/grub-0.97/stage2/ |
| H A D | fsys_zfs.c | 704 dnode_get(dnode_phys_t *mdn, uint64_t objnum, uint8_t type, dnode_phys_t *buf, in dnode_get() argument 714 blkid = objnum >> epbs; in dnode_get() 715 idx = objnum & ((1<<epbs)-1); in dnode_get() 718 objnum >= dnode_start && objnum < dnode_end) { in dnode_get() 782 uint64_t objnum, version; in dnode_get_path() local 794 if (errnum = zap_lookup(dn, ZFS_ROOT_OBJ, &objnum, stack)) in dnode_get_path() 797 if (errnum = dnode_get(mdn, objnum, DMU_OT_DIRECTORY_CONTENTS, in dnode_get_path() 814 if (errnum = zap_lookup(dn, cname, &objnum, stack)) in dnode_get_path() 817 objnum = ZFS_DIRENT_OBJ(objnum); in dnode_get_path() 818 if (errnum = dnode_get(mdn, objnum, 0, dn, stack)) in dnode_get_path() [all …]
|
| /onnv-gate/usr/src/uts/common/fs/zfs/ |
| H A D | zfs_vfsops.c | 1251 str_to_uint64(char *str, uint64_t *objnum) in str_to_uint64() argument 1262 *objnum = num; in str_to_uint64() 1275 uint64_t objnum; in zfs_parse_bootfs() local 1291 if (str_to_uint64(slashp+1, &objnum)) { in zfs_parse_bootfs() 1296 error = dsl_dsobj_to_dsname(bpath, objnum, outpath); in zfs_parse_bootfs()
|
| H A D | zfs_vnops.c | 2201 ino64_t objnum; in zfs_readdir() local 2211 objnum = zp->z_id; in zfs_readdir() 2215 objnum = parent; in zfs_readdir() 2219 objnum = ZFSCTL_INO_ROOT; in zfs_readdir() 2241 objnum = ZFS_DIRENT_OBJ(zap.za_first_integer); in zfs_readdir() 2259 if (zfs_zget(zp->z_zfsvfs, objnum, &ezp) != 0) in zfs_readdir() 2290 eodp->ed_ino = objnum; in zfs_readdir() 2303 odp->d_ino = objnum; in zfs_readdir() 2317 dmu_prefetch(os, objnum, 0, 0); in zfs_readdir()
|
| H A D | spa.c | 337 uint64_t objnum; in spa_prop_validate() local 396 objnum = zpool_prop_default_numeric( in spa_prop_validate() 414 objnum = dmu_objset_id(os); in spa_prop_validate() 486 zpool_prop_to_name(ZPOOL_PROP_BOOTFS), objnum); in spa_prop_validate()
|