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;
3230 struct mount *inmp, *outmp; in vn_copy_file_range() local3270 outmp = outvpl->v_mount; in vn_copy_file_range()3271 if (inmp == NULL || outmp == NULL) in vn_copy_file_range()3278 if (inmp == outmp) in vn_copy_file_range()3280 error = vfs_busy(outmp, MBF_NOWAIT); in vn_copy_file_range()3283 error = vfs_busy(outmp, 0); in vn_copy_file_range()3285 vfs_unbusy(outmp); in vn_copy_file_range()3299 if (inmp == outmp || inmp->mnt_vfc == outmp->mnt_vfc) in vn_copy_file_range()3307 vfs_unbusy(outmp); in vn_copy_file_range()3308 if (inmp != outmp) in vn_copy_file_range()
3155 vfs_exjail_clone(struct mount *inmp, struct mount *outmp) in vfs_exjail_clone() argument3172 MNT_ILOCK(outmp); in vfs_exjail_clone()3173 if (outmp->mnt_exjail == NULL) { in vfs_exjail_clone()3174 outmp->mnt_exjail = cr; in vfs_exjail_clone()3178 MNT_IUNLOCK(outmp); in vfs_exjail_clone()