Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/lib/libast/sfio/
H A Dsfsync.c135 if(!SFISNULL(f) && (f->bits&SF_HOLE) )
H A Dsfwr.c196 else if(SFISNULL(f))
H A Dsfrd.c260 else if(SFISNULL(f))
H A Dsfhdr.h890 #define SFISNULL(f) ((f)->extent < 0 && ((f)->bits&SF_NULL) ) macro