You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

8 lines
216 B

#include <sys/dirent.h>
#define b_data(bp) ((char *) (bp->data))
/* A block is free if b_dev == NO_DEV. */
#define INODE_BLOCK 0 /* inode block */
#define DIRECTORY_BLOCK 1 /* directory block */