|
Linux Kernel
3.7.1
|
#include <nilfs2_fs.h>
struct nilfs_checkpoint - checkpoint structure : flags : checkpoints count in a block : snapshot list : checkpoint number : creation timestamp : number of blocks incremented by this checkpoint : inodes count : blocks count : inode of ifile
Definition at line 502 of file nilfs2_fs.h.
| __le64 cp_blocks_count |
Definition at line 510 of file nilfs2_fs.h.
| __le32 cp_checkpoints_count |
Definition at line 504 of file nilfs2_fs.h.
| __le64 cp_cno |
Definition at line 506 of file nilfs2_fs.h.
| __le64 cp_create |
Definition at line 507 of file nilfs2_fs.h.
| __le32 cp_flags |
Definition at line 503 of file nilfs2_fs.h.
| struct nilfs_inode cp_ifile_inode |
Definition at line 515 of file nilfs2_fs.h.
| __le64 cp_inodes_count |
Definition at line 509 of file nilfs2_fs.h.
| __le64 cp_nblk_inc |
Definition at line 508 of file nilfs2_fs.h.
| struct nilfs_snapshot_list cp_snapshot_list |
Definition at line 505 of file nilfs2_fs.h.
1.8.2