Lines Matching refs:REISERFS_I
539 struct reiserfs_inode_info *ei = REISERFS_I(inode); in reiserfs_discard_prealloc()
1087 REISERFS_I(hint->inode)->i_prealloc_block) in determine_search_start()
1089 REISERFS_I(hint->inode)->i_prealloc_block; in determine_search_start()
1181 list_add(&REISERFS_I(hint->inode)->i_prealloc_list, in allocate_without_wrapping_disk()
1184 REISERFS_I(hint->inode)->i_prealloc_block = start; in allocate_without_wrapping_disk()
1185 REISERFS_I(hint->inode)->i_prealloc_count = in allocate_without_wrapping_disk()
1286 nr_allocated + REISERFS_I(hint->inode)->i_prealloc_count) { in blocknrs_and_prealloc_arrays_from_search_start()
1293 REISERFS_I(hint->inode)->i_prealloc_count, in blocknrs_and_prealloc_arrays_from_search_start()
1300 REISERFS_I(hint->inode)-> in blocknrs_and_prealloc_arrays_from_search_start()
1316 if (REISERFS_I(inode)->i_prealloc_count > 0) { in use_preallocated_list_if_available()
1319 *new_blocknrs++ = REISERFS_I(inode)->i_prealloc_block++; in use_preallocated_list_if_available()
1320 REISERFS_I(inode)->i_prealloc_count--; in use_preallocated_list_if_available()
1324 if (REISERFS_I(inode)->i_prealloc_count <= 0) { in use_preallocated_list_if_available()
1325 list_del(&REISERFS_I(inode)->i_prealloc_list); in use_preallocated_list_if_available()