Searched refs:objnum (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_receive/ |
H A D | zfs_receive_010_pos.ksh | 50 local objnum=$1 54 $DD if=/dev/urandom of=${mntpnt}/f$objnum bs=512 count=16 56 $DD if=/dev/urandom of=${mntpnt}/fh$objnum bs=512 count=5 stride=4 58 $DD if=/dev/urandom of=${mntpnt}/fh$objnum bs=512 count=4 stride=5 60 $MKDIR ${mntpnt}/d$objnum 62 $TOUCH ${mntpnt}/h$objnum 68 local objnum=$1 73 make_object $objnum $mntpnt1 $type1 74 make_object $objnum $mntpnt2 $type2
|
/titanic_50/usr/src/grub/grub-0.97/stage2/ |
H A D | fsys_zfs.c | 858 dnode_get(dnode_phys_t *mdn, uint64_t objnum, uint8_t type, dnode_phys_t *buf, in dnode_get() argument 868 blkid = objnum >> epbs; in dnode_get() 869 idx = objnum & ((1<<epbs)-1); in dnode_get() 872 objnum >= dnode_start && objnum < dnode_end) { in dnode_get() 954 uint64_t objnum, version; in dnode_get_path() local 966 if (errnum = zap_lookup(dn, ZFS_ROOT_OBJ, &objnum, stack)) in dnode_get_path() 969 if (errnum = dnode_get(mdn, objnum, DMU_OT_DIRECTORY_CONTENTS, in dnode_get_path() 986 if (errnum = zap_lookup(dn, cname, &objnum, stack)) in dnode_get_path() 989 objnum = ZFS_DIRENT_OBJ(objnum); in dnode_get_path() 990 if (errnum = dnode_get(mdn, objnum, 0, dn, stack)) in dnode_get_path() [all …]
|
/titanic_50/usr/src/uts/common/fs/zfs/ |
H A D | zfs_vfsops.c | 1266 str_to_uint64(char *str, uint64_t *objnum) in str_to_uint64() argument 1277 *objnum = num; in str_to_uint64() 1290 uint64_t objnum; in zfs_parse_bootfs() local 1306 if (str_to_uint64(slashp+1, &objnum)) { in zfs_parse_bootfs() 1311 error = dsl_dsobj_to_dsname(bpath, objnum, outpath); in zfs_parse_bootfs()
|
H A D | zfs_vnops.c | 2334 ino64_t objnum; in zfs_readdir() local 2344 objnum = zp->z_id; in zfs_readdir() 2348 objnum = parent; in zfs_readdir() 2352 objnum = ZFSCTL_INO_ROOT; in zfs_readdir() 2374 objnum = ZFS_DIRENT_OBJ(zap.za_first_integer); in zfs_readdir() 2392 if (zfs_zget(zp->z_zfsvfs, objnum, &ezp) != 0) in zfs_readdir() 2423 eodp->ed_ino = objnum; in zfs_readdir() 2436 odp->d_ino = objnum; in zfs_readdir() 2450 dmu_prefetch(os, objnum, 0, 0, 0, in zfs_readdir()
|
H A D | spa.c | 408 uint64_t objnum = 0; in spa_prop_validate() local 498 objnum = zpool_prop_default_numeric( in spa_prop_validate() 527 objnum = dmu_objset_id(os); in spa_prop_validate() 618 zpool_prop_to_name(ZPOOL_PROP_BOOTFS), objnum); in spa_prop_validate()
|