Linux Kernel
3.7.1
|
#include <nilfs2_fs.h>
Data Fields | |
__u64 | vd_ino |
__u64 | vd_cno |
__u64 | vd_vblocknr |
struct nilfs_period | vd_period |
__u64 | vd_blocknr |
__u64 | vd_offset |
__u32 | vd_flags |
__u32 | vd_pad |
struct nilfs_vdesc - descriptor of virtual block number : inode number : checkpoint number : virtual block number : period of checkpoint numbers : disk block number : logical block offset inside a file : flags (data or node block) : padding
Definition at line 806 of file nilfs2_fs.h.
__u64 vd_blocknr |
Definition at line 811 of file nilfs2_fs.h.
__u64 vd_cno |
Definition at line 808 of file nilfs2_fs.h.
__u32 vd_flags |
Definition at line 813 of file nilfs2_fs.h.
__u64 vd_ino |
Definition at line 807 of file nilfs2_fs.h.
__u64 vd_offset |
Definition at line 812 of file nilfs2_fs.h.
__u32 vd_pad |
Definition at line 814 of file nilfs2_fs.h.
struct nilfs_period vd_period |
Definition at line 810 of file nilfs2_fs.h.
__u64 vd_vblocknr |
Definition at line 809 of file nilfs2_fs.h.