Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/zfs/
H A Dzfs_main.c76 #define POOL_NAME_LEN 5 macro
6735 if (len != POOL_NAME_LEN + 1) { in get_rid_fs()
6740 fs[POOL_NAME_LEN] = 0; in get_rid_fs()
6755 char pool[POOL_NAME_LEN + 1]; in get_space_path()
6774 len = fread(pool, sizeof(char), POOL_NAME_LEN + 1, pool_file); in get_space_path()
6775 if (len != POOL_NAME_LEN + 1) { in get_space_path()
6780 pool[POOL_NAME_LEN] = 0; in get_space_path()