Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
nilfs_checkpoint Struct Reference

#include <nilfs2_fs.h>

Data Fields

__le32 cp_flags
 
__le32 cp_checkpoints_count
 
struct nilfs_snapshot_list cp_snapshot_list
 
__le64 cp_cno
 
__le64 cp_create
 
__le64 cp_nblk_inc
 
__le64 cp_inodes_count
 
__le64 cp_blocks_count
 
struct nilfs_inode cp_ifile_inode
 

Detailed Description

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.

Field Documentation

__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.


The documentation for this struct was generated from the following file: