Go to the documentation of this file.
23 #ifndef _NILFS_DIRECT_H
24 #define _NILFS_DIRECT_H
26 #include <linux/types.h>
41 #define NILFS_DIRECT_NBLOCKS (NILFS_BMAP_SIZE / sizeof(__le64) - 1)
42 #define NILFS_DIRECT_KEY_MIN 0
43 #define NILFS_DIRECT_KEY_MAX (NILFS_DIRECT_NBLOCKS - 1)