Searched refs:orig_inode (Results 1 – 1 of 1) sorted by relevance
/linux-2.6.39/fs/ext4/ |
D | move_extent.c | 178 double_down_write_data_sem(struct inode *orig_inode, struct inode *donor_inode) in double_down_write_data_sem() argument 180 struct inode *first = orig_inode, *second = donor_inode; in double_down_write_data_sem() 187 if (donor_inode->i_ino < orig_inode->i_ino) { in double_down_write_data_sem() 189 second = orig_inode; in double_down_write_data_sem() 204 double_up_write_data_sem(struct inode *orig_inode, struct inode *donor_inode) in double_up_write_data_sem() argument 206 up_write(&EXT4_I(orig_inode)->i_data_sem); in double_up_write_data_sem() 225 mext_insert_across_blocks(handle_t *handle, struct inode *orig_inode, in mext_insert_across_blocks() argument 295 err = get_ext_path(orig_inode, eblock, &orig_path); in mext_insert_across_blocks() 299 if (ext4_ext_insert_extent(handle, orig_inode, in mext_insert_across_blocks() 305 err = get_ext_path(orig_inode, in mext_insert_across_blocks() [all …]
|