|
Linux Kernel
3.7.1
|
#include <nilfs2_fs.h>
Data Fields | |
| __u32 | ci_flags |
| __u32 | ci_pad |
| __u64 | ci_cno |
| __u64 | ci_create |
| __u64 | ci_nblk_inc |
| __u64 | ci_inodes_count |
| __u64 | ci_blocks_count |
| __u64 | ci_next |
struct nilfs_cpinfo - checkpoint information : flags : padding : checkpoint number : creation timestamp : number of blocks incremented by this checkpoint : inodes count : blocks count : next checkpoint number in snapshot list
Definition at line 561 of file nilfs2_fs.h.
| __u64 ci_blocks_count |
Definition at line 568 of file nilfs2_fs.h.
| __u64 ci_cno |
Definition at line 564 of file nilfs2_fs.h.
| __u64 ci_create |
Definition at line 565 of file nilfs2_fs.h.
| __u32 ci_flags |
Definition at line 562 of file nilfs2_fs.h.
| __u64 ci_inodes_count |
Definition at line 567 of file nilfs2_fs.h.
| __u64 ci_nblk_inc |
Definition at line 566 of file nilfs2_fs.h.
| __u64 ci_next |
Definition at line 569 of file nilfs2_fs.h.
| __u32 ci_pad |
Definition at line 563 of file nilfs2_fs.h.
1.8.2