Searched refs:outmp (Results 1 – 4 of 4) sorted by relevance
40 struct outmp { struct56 struct outmp we_utmp; /* active tty info */ argument
65 struct outmp myutmp;
3298 struct mount *inmp, *outmp; in vn_copy_file_range() local3338 outmp = outvpl->v_mount; in vn_copy_file_range()3339 if (inmp == NULL || outmp == NULL) in vn_copy_file_range()3346 if (inmp == outmp) in vn_copy_file_range()3348 error = vfs_busy(outmp, MBF_NOWAIT); in vn_copy_file_range()3351 error = vfs_busy(outmp, 0); in vn_copy_file_range()3353 vfs_unbusy(outmp); in vn_copy_file_range()3367 if (inmp == outmp || inmp->mnt_vfc == outmp->mnt_vfc) in vn_copy_file_range()3375 vfs_unbusy(outmp); in vn_copy_file_range()3376 if (inmp != outmp) in vn_copy_file_range()
3188 vfs_exjail_clone(struct mount *inmp, struct mount *outmp) in vfs_exjail_clone() argument3205 MNT_ILOCK(outmp); in vfs_exjail_clone()3206 if (outmp->mnt_exjail == NULL) { in vfs_exjail_clone()3207 outmp->mnt_exjail = cr; in vfs_exjail_clone()3211 MNT_IUNLOCK(outmp); in vfs_exjail_clone()