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;
3300 struct mount *inmp, *outmp; in vn_copy_file_range() local3340 outmp = outvpl->v_mount; in vn_copy_file_range()3341 if (inmp == NULL || outmp == NULL) in vn_copy_file_range()3348 if (inmp == outmp) in vn_copy_file_range()3350 error = vfs_busy(outmp, MBF_NOWAIT); in vn_copy_file_range()3353 error = vfs_busy(outmp, 0); in vn_copy_file_range()3355 vfs_unbusy(outmp); in vn_copy_file_range()3369 if (inmp == outmp || inmp->mnt_vfc == outmp->mnt_vfc) in vn_copy_file_range()3377 vfs_unbusy(outmp); in vn_copy_file_range()3378 if (inmp != outmp) in vn_copy_file_range()
3165 vfs_exjail_clone(struct mount *inmp, struct mount *outmp) in vfs_exjail_clone() argument3182 MNT_ILOCK(outmp); in vfs_exjail_clone()3183 if (outmp->mnt_exjail == NULL) { in vfs_exjail_clone()3184 outmp->mnt_exjail = cr; in vfs_exjail_clone()3188 MNT_IUNLOCK(outmp); in vfs_exjail_clone()