Searched refs:CLUSTER_EOF (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/common/fs/ | ||
H A D | pcfilep.h | 138 #define CLUSTER_EOF CLUSTER_EOF_16_0 macro |
H A D | pcfs.c | 419 return (blk > pcfsp->f_rootlen ? CLUSTER_EOF : blk + 1); in fat_map() |