Searched refs:o_filp (Results 1 - 2 of 2) sorted by relevance

/linux-master/fs/ext4/
H A Dmove_extent.c236 * @o_filp: file structure of original file
251 move_extent_per_page(struct file *o_filp, struct inode *donor_inode, argument
256 struct inode *orig_inode = file_inode(o_filp);
544 * @o_filp: file structure of the original file
556 ext4_move_extents(struct file *o_filp, struct file *d_filp, __u64 orig_blk, argument
559 struct inode *orig_inode = file_inode(o_filp);
676 *moved_len += move_extent_per_page(o_filp, donor_inode,
H A Dext4.h3736 extern int ext4_move_extents(struct file *o_filp, struct file *d_filp,

Completed in 135 milliseconds