Searched refs:inmp (Results 1 – 2 of 2) sorted by relevance
3071 struct mount *inmp, *outmp; in vn_copy_file_range() local3110 inmp = invpl->v_mount; in vn_copy_file_range()3112 if (inmp == NULL || outmp == NULL) in vn_copy_file_range()3116 error = vfs_busy(inmp, 0); in vn_copy_file_range()3119 if (inmp == outmp) in vn_copy_file_range()3123 vfs_unbusy(inmp); in vn_copy_file_range()3140 if (inmp == outmp || inmp->mnt_vfc == outmp->mnt_vfc) in vn_copy_file_range()3149 if (inmp != outmp) in vn_copy_file_range()3150 vfs_unbusy(inmp); in vn_copy_file_range()
3149 vfs_exjail_clone(struct mount *inmp, struct mount *outmp) in vfs_exjail_clone() argument3154 MNT_ILOCK(inmp); in vfs_exjail_clone()3155 cr = inmp->mnt_exjail; in vfs_exjail_clone()3158 MNT_IUNLOCK(inmp); in vfs_exjail_clone()3177 MNT_IUNLOCK(inmp); in vfs_exjail_clone()