Linux Kernel
3.7.1
|
#include <nilfs2_fs.h>
Data Fields | |
__le64 | fi_ino |
__le64 | fi_cno |
__le32 | fi_nblocks |
__le32 | fi_ndatablk |
struct nilfs_finfo - file information : inode number : checkpoint number : number of blocks (including intermediate blocks) : number of file data blocks
Definition at line 352 of file nilfs2_fs.h.
__le64 fi_cno |
Definition at line 354 of file nilfs2_fs.h.
__le64 fi_ino |
Definition at line 353 of file nilfs2_fs.h.
__le32 fi_nblocks |
Definition at line 355 of file nilfs2_fs.h.
__le32 fi_ndatablk |
Definition at line 356 of file nilfs2_fs.h.