Lines Matching refs:REISERFS_I
531 struct reiserfs_inode_info *ei = REISERFS_I(inode); in reiserfs_discard_prealloc()
1079 REISERFS_I(hint->inode)->i_prealloc_block) in determine_search_start()
1081 REISERFS_I(hint->inode)->i_prealloc_block; in determine_search_start()
1173 list_add(&REISERFS_I(hint->inode)->i_prealloc_list, in allocate_without_wrapping_disk()
1176 REISERFS_I(hint->inode)->i_prealloc_block = start; in allocate_without_wrapping_disk()
1177 REISERFS_I(hint->inode)->i_prealloc_count = in allocate_without_wrapping_disk()
1278 nr_allocated + REISERFS_I(hint->inode)->i_prealloc_count) { in blocknrs_and_prealloc_arrays_from_search_start()
1285 REISERFS_I(hint->inode)->i_prealloc_count, in blocknrs_and_prealloc_arrays_from_search_start()
1292 REISERFS_I(hint->inode)-> in blocknrs_and_prealloc_arrays_from_search_start()
1308 if (REISERFS_I(inode)->i_prealloc_count > 0) { in use_preallocated_list_if_available()
1311 *new_blocknrs++ = REISERFS_I(inode)->i_prealloc_block++; in use_preallocated_list_if_available()
1312 REISERFS_I(inode)->i_prealloc_count--; in use_preallocated_list_if_available()
1316 if (REISERFS_I(inode)->i_prealloc_count <= 0) { in use_preallocated_list_if_available()
1317 list_del(&REISERFS_I(inode)->i_prealloc_list); in use_preallocated_list_if_available()