Home
last modified time | relevance | path

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

/titanic_44/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.c854 dnode_get(dnode_phys_t *mdn, uint64_t objnum, uint8_t type, dnode_phys_t *buf, in dnode_get() argument
864 blkid = objnum >> epbs; in dnode_get()
865 idx = objnum & ((1<<epbs)-1); in dnode_get()
868 objnum >= dnode_start && objnum < dnode_end) { in dnode_get()
950 uint64_t objnum, version; in dnode_get_path() local
962 if (errnum = zap_lookup(dn, ZFS_ROOT_OBJ, &objnum, stack)) in dnode_get_path()
965 if (errnum = dnode_get(mdn, objnum, DMU_OT_DIRECTORY_CONTENTS, in dnode_get_path()
982 if (errnum = zap_lookup(dn, cname, &objnum, stack)) in dnode_get_path()
985 objnum = ZFS_DIRENT_OBJ(objnum); in dnode_get_path()
986 if (errnum = dnode_get(mdn, objnum, 0, dn, stack)) in dnode_get_path()
[all …]
/titanic_44/usr/src/uts/common/fs/zfs/
H A Dzfs_vfsops.c1299 str_to_uint64(char *str, uint64_t *objnum) in str_to_uint64() argument
1310 *objnum = num; in str_to_uint64()
1323 uint64_t objnum; in zfs_parse_bootfs() local
1339 if (str_to_uint64(slashp+1, &objnum)) { in zfs_parse_bootfs()
1344 error = dsl_dsobj_to_dsname(bpath, objnum, outpath); in zfs_parse_bootfs()
H A Dzfs_vnops.c2333 ino64_t objnum; in zfs_readdir() local
2343 objnum = zp->z_id; in zfs_readdir()
2347 objnum = parent; in zfs_readdir()
2351 objnum = ZFSCTL_INO_ROOT; in zfs_readdir()
2373 objnum = ZFS_DIRENT_OBJ(zap.za_first_integer); in zfs_readdir()
2391 if (zfs_zget(zp->z_zfsvfs, objnum, &ezp) != 0) in zfs_readdir()
2422 eodp->ed_ino = objnum; in zfs_readdir()
2435 odp->d_ino = objnum; in zfs_readdir()
2449 dmu_prefetch(os, objnum, 0, 0, 0, in zfs_readdir()
H A Dspa.c406 uint64_t objnum = 0; in spa_prop_validate() local
496 objnum = zpool_prop_default_numeric( in spa_prop_validate()
525 objnum = dmu_objset_id(os); in spa_prop_validate()
617 zpool_prop_to_name(ZPOOL_PROP_BOOTFS), objnum); in spa_prop_validate()