Home
last modified time | relevance | path

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

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