mirror of
https://git.openafs.org/openafs.git
synced 2025-01-19 15:30:14 +00:00
7 lines
222 B
C
7 lines
222 B
C
|
#include <sys/fs.h> /* For UFS_*(fs) macro definitions */
|
||
|
|
||
|
#define BLKSEEK_PROCESSING_ERROR (-2)
|
||
|
#define BLKSEEK_FILE_WRITEONLY (-1)
|
||
|
#define BLKSEEK_NOT_ENABLED 0
|
||
|
#define BLKSEEK_ENABLED 1
|