Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/libsa/
H A Ddosfs.c144 static int fatend(uint_t, uint_t);
669 if (fatend(fs->fatsz, clus)) in lookup()
766 return (fatend(fs->fatsz, c) ? n : -1); in fatcnt()
828 fatend(uint_t sz, uint_t c) in fatend() function