Home
last modified time | relevance | path

Searched refs:curpath (Results 1 – 8 of 8) sorted by relevance

/src/tests/sys/cddl/zfs/tests/cli_root/zfs_mount/
H A Dzfs_mount_010_neg.ksh75 curpath=`$DIRNAME $0`
78 cd $curpath
/src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_mount/
H A Dzfs_mount_010_neg.ksh67 curpath=`dirname $0`
74 cd $curpath
/src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_receive/
H A Dzfs_receive_016_pos.ksh37 cd $curpath
60 curpath=`dirname $0`
/src/sys/fs/ext2fs/
H A Dext2_extents.c1082 struct ext4_extent_path *curpath; in ext4_ext_grow_indepth() local
1089 curpath = path; in ext4_ext_grow_indepth()
1102 memmove(bp->b_data, curpath->ep_header, sizeof(ip->i_data)); in ext4_ext_grow_indepth()
1122 curpath->ep_header->eh_magic = htole16(EXT4_EXT_MAGIC); in ext4_ext_grow_indepth()
1123 curpath->ep_header->eh_max = htole16(ext4_ext_space_root(ip)); in ext4_ext_grow_indepth()
1124 curpath->ep_header->eh_ecount = htole16(1); in ext4_ext_grow_indepth()
1125 curpath->ep_index = EXT_FIRST_INDEX(curpath->ep_header); in ext4_ext_grow_indepth()
1126 curpath->ep_index->ei_blk = EXT_FIRST_EXTENT(path[0].ep_header)->e_blk; in ext4_ext_grow_indepth()
1127 ext4_index_store_pblock(curpath->ep_index, newblk); in ext4_ext_grow_indepth()
1131 ext4_ext_dirty(ip, curpath); in ext4_ext_grow_indepth()
[all …]
/src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_unmount/
H A Dzfs_unmount_008_neg.ksh109 curpath=`dirname $0`
116 cd $curpath
/src/tests/sys/cddl/zfs/tests/cli_root/zfs_unmount/
H A Dzfs_unmount_008_neg.ksh122 curpath=`$DIRNAME $0`
129 cd $curpath
/src/sbin/geom/core/
H A Dgeom.c537 char *curpath, path[MAXPATHLEN], *tofree, *totalpath; in load_library() local
548 curpath = strsep(&totalpath, ":"); in load_library()
550 curpath = totalpath; in load_library()
552 while (curpath != NULL) { in load_library()
553 snprintf(path, sizeof(path), "%s/geom_%s.so", curpath, in load_library()
562 curpath = strsep(&totalpath, ":"); in load_library()
/src/sys/contrib/openzfs/cmd/zdb/
H A Dzdb.c5173 static char curpath[PATH_MAX]; variable
5194 (void) strlcat(curpath, name, sizeof (curpath)); in dump_path_impl()
5198 curpath, strerror(err)); in dump_path_impl()
5222 (u_longlong_t)child_obj, curpath, doi.doi_type, in dump_path_impl()
5226 (void) strlcat(curpath, "/", sizeof (curpath)); in dump_path_impl()
5272 (void) snprintf(curpath, sizeof (curpath), "dataset=%s path=/", ds); in dump_path()