|
Linux Kernel
3.7.1
|
#include <xfs_inode.h>
Data Fields | |
| int | if_bytes |
| int | if_real_bytes |
| struct xfs_btree_block * | if_broot |
| short | if_broot_bytes |
| unsigned char | if_flags |
| union { | |
| xfs_bmbt_rec_host_t * if_extents | |
| xfs_ext_irec_t * if_ext_irec | |
| char * if_data | |
| } | if_u1 |
| union { | |
| xfs_bmbt_rec_host_t if_inline_ext [XFS_INLINE_EXTS] | |
| char if_inline_data [XFS_INLINE_DATA] | |
| xfs_dev_t if_rdev | |
| uuid_t if_uuid | |
| } | if_u2 |
Definition at line 63 of file xfs_inode.h.
| struct xfs_btree_block* if_broot |
Definition at line 66 of file xfs_inode.h.
| short if_broot_bytes |
Definition at line 67 of file xfs_inode.h.
| int if_bytes |
Definition at line 64 of file xfs_inode.h.
| char* if_data |
Definition at line 72 of file xfs_inode.h.
| xfs_ext_irec_t* if_ext_irec |
Definition at line 71 of file xfs_inode.h.
| xfs_bmbt_rec_host_t* if_extents |
Definition at line 70 of file xfs_inode.h.
| unsigned char if_flags |
Definition at line 68 of file xfs_inode.h.
| char if_inline_data[XFS_INLINE_DATA] |
Definition at line 77 of file xfs_inode.h.
| xfs_bmbt_rec_host_t if_inline_ext[XFS_INLINE_EXTS] |
Definition at line 75 of file xfs_inode.h.
| xfs_dev_t if_rdev |
Definition at line 79 of file xfs_inode.h.
| int if_real_bytes |
Definition at line 65 of file xfs_inode.h.
| union { ... } if_u1 |
| union { ... } if_u2 |
| uuid_t if_uuid |
Definition at line 80 of file xfs_inode.h.
1.8.2