Lines Matching refs:REISERFS_I
494 struct reiserfs_inode_info *ei = REISERFS_I(inode); in reiserfs_discard_prealloc()
930 REISERFS_I(hint->inode)->i_prealloc_block) in determine_search_start()
932 REISERFS_I(hint->inode)->i_prealloc_block; in determine_search_start()
1021 list_add(&REISERFS_I(hint->inode)->i_prealloc_list, in allocate_without_wrapping_disk()
1024 REISERFS_I(hint->inode)->i_prealloc_block = start; in allocate_without_wrapping_disk()
1025 REISERFS_I(hint->inode)->i_prealloc_count = in allocate_without_wrapping_disk()
1118 nr_allocated + REISERFS_I(hint->inode)->i_prealloc_count) { in blocknrs_and_prealloc_arrays_from_search_start()
1125 REISERFS_I(hint->inode)->i_prealloc_count, in blocknrs_and_prealloc_arrays_from_search_start()
1130 REISERFS_I(hint->inode)-> in blocknrs_and_prealloc_arrays_from_search_start()
1145 if (REISERFS_I(inode)->i_prealloc_count > 0) { in use_preallocated_list_if_available()
1148 *new_blocknrs++ = REISERFS_I(inode)->i_prealloc_block++; in use_preallocated_list_if_available()
1149 REISERFS_I(inode)->i_prealloc_count--; in use_preallocated_list_if_available()
1153 if (REISERFS_I(inode)->i_prealloc_count <= 0) { in use_preallocated_list_if_available()
1154 list_del(&REISERFS_I(inode)->i_prealloc_list); in use_preallocated_list_if_available()