Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/zfs/
H A Dzfs_main.c78 #define POOL_NAME_LEN 5 macro
6786 if (len != POOL_NAME_LEN + 1) { in get_rid_fs()
6791 fs[POOL_NAME_LEN] = 0; in get_rid_fs()
6806 char pool[POOL_NAME_LEN + 1]; in get_space_path()
6825 len = fread(pool, sizeof(char), POOL_NAME_LEN + 1, pool_file); in get_space_path()
6826 if (len != POOL_NAME_LEN + 1) { in get_space_path()
6831 pool[POOL_NAME_LEN] = 0; in get_space_path()