Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/zfs/
H A Dzfs_main.c6720 int rid_len; in get_rid_fs() local
6743 rid_len = strlen(rid); in get_rid_fs()
6744 sprintf(fs, "%s/%c%c/%s_root", pool, rid[rid_len - 2], in get_rid_fs()
6745 rid[rid_len - 1], rid); in get_rid_fs()
6758 int rid_len; in get_space_path() local
6783 rid_len = strlen(rid); in get_space_path()
6784 sprintf(path, "/mnt/%s/%c%c/%s", pool, rid[rid_len - 2], in get_space_path()
6785 rid[rid_len - 1], rid); in get_space_path()