Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/fs/
H A Dpcfilep.h138 #define CLUSTER_EOF CLUSTER_EOF_16_0 macro
H A Dpcfs.c419 return (blk > pcfsp->f_rootlen ? CLUSTER_EOF : blk + 1); in fat_map()