Searched refs:inmp (Results 1 – 2 of 2) sorted by relevance
3298 struct mount *inmp, *outmp; in vn_copy_file_range() local3337 inmp = invpl->v_mount; in vn_copy_file_range()3339 if (inmp == NULL || outmp == NULL) in vn_copy_file_range()3343 error = vfs_busy(inmp, 0); in vn_copy_file_range()3346 if (inmp == outmp) in vn_copy_file_range()3350 vfs_unbusy(inmp); in vn_copy_file_range()3367 if (inmp == outmp || inmp->mnt_vfc == outmp->mnt_vfc) in vn_copy_file_range()3376 if (inmp != outmp) in vn_copy_file_range()3377 vfs_unbusy(inmp); in vn_copy_file_range()
3188 vfs_exjail_clone(struct mount *inmp, struct mount *outmp) in vfs_exjail_clone() argument3193 MNT_ILOCK(inmp); in vfs_exjail_clone()3194 cr = inmp->mnt_exjail; in vfs_exjail_clone()3197 MNT_IUNLOCK(inmp); in vfs_exjail_clone()3216 MNT_IUNLOCK(inmp); in vfs_exjail_clone()