Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/zfs/
H A Dzfs_main.c6770 int rid_len; in get_rid_fs() local
6793 rid_len = strlen(rid); in get_rid_fs()
6794 sprintf(fs, "%s/%c%c/%s_root", pool, rid[rid_len - 2], in get_rid_fs()
6795 rid[rid_len - 1], rid); in get_rid_fs()
6808 int rid_len; in get_space_path() local
6833 rid_len = strlen(rid); in get_space_path()
6834 sprintf(path, "/mnt/%s/%c%c/%s", pool, rid[rid_len - 2], in get_space_path()
6835 rid[rid_len - 1], rid); in get_space_path()