Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/zfs/
H A Dzfs_main.c76 #define POOL_NAME_LEN 5 macro
6736 if (len != POOL_NAME_LEN + 1) { in get_rid_fs()
6741 fs[POOL_NAME_LEN] = 0; in get_rid_fs()
6756 char pool[POOL_NAME_LEN + 1]; in get_space_path()
6775 len = fread(pool, sizeof(char), POOL_NAME_LEN + 1, pool_file); in get_space_path()
6776 if (len != POOL_NAME_LEN + 1) { in get_space_path()
6781 pool[POOL_NAME_LEN] = 0; in get_space_path()