Searched refs:rid_len (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/cmd/zfs/ |
H A D | zfs_main.c | 6719 int rid_len; in get_rid_fs() local 6742 rid_len = strlen(rid); in get_rid_fs() 6743 sprintf(fs, "%s/%c%c/%s_root", pool, rid[rid_len - 2], in get_rid_fs() 6744 rid[rid_len - 1], rid); in get_rid_fs() 6757 int rid_len; in get_space_path() local 6782 rid_len = strlen(rid); in get_space_path() 6783 sprintf(path, "/mnt/%s/%c%c/%s", pool, rid[rid_len - 2], in get_space_path() 6784 rid[rid_len - 1], rid); in get_space_path()
|