Searched defs:reiserfs_inode_info (Results 1 – 1 of 1) sorted by relevance
30 struct reiserfs_inode_info { struct31 __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 which47 int new_packing_locality:1; /* new_packig_locality is created; new blocks54 unsigned long i_trans_id ;[all …]