bozo: Introduce bnode_Wait()
[openafs.git] / src / vfsck / libfs.h
1 #include <sys/fs.h>        /* For UFS_*(fs) macro definitions */
2
3 #define BLKSEEK_PROCESSING_ERROR   (-2)
4 #define BLKSEEK_FILE_WRITEONLY     (-1)
5 #define BLKSEEK_NOT_ENABLED         0
6 #define BLKSEEK_ENABLED             1