Home
last modified time | relevance | path

Searched defs:reiserfs_inode_info (Results 1 – 1 of 1) sorted by relevance

/linux-3.3/include/linux/
Dreiserfs_fs_i.h30 struct reiserfs_inode_info { struct
31 __u32 i_key[4]; /* key is still 4 32 bit integers */
34 __u32 i_flags;
36 __u32 i_first_direct_byte; // offset of first byte stored in direct item.
39 __u32 i_attrs;
41 int i_prealloc_block; /* first unused block of a sequence of unused blocks */
42 int i_prealloc_count; /* length of that sequence */
43 struct list_head i_prealloc_list; /* per-transaction list of inodes which
46 unsigned new_packing_locality:1; /* new_packig_locality is created; new blocks
53 unsigned int i_trans_id;
[all …]