Searched refs:outmp (Results 1 – 4 of 4) sorted by relevance
42 struct outmp { struct58 struct outmp we_utmp; /* active tty info */ argument
78 struct outmp myutmp;
3070 struct mount *inmp, *outmp; in vn_copy_file_range() local3110 outmp = outvpl->v_mount; in vn_copy_file_range()3111 if (inmp == NULL || outmp == NULL) in vn_copy_file_range()3118 if (inmp == outmp) in vn_copy_file_range()3120 error = vfs_busy(outmp, MBF_NOWAIT); in vn_copy_file_range()3123 error = vfs_busy(outmp, 0); in vn_copy_file_range()3125 vfs_unbusy(outmp); in vn_copy_file_range()3139 if (inmp == outmp || inmp->mnt_vfc == outmp->mnt_vfc) in vn_copy_file_range()3147 vfs_unbusy(outmp); in vn_copy_file_range()3148 if (inmp != outmp) in vn_copy_file_range()
3150 vfs_exjail_clone(struct mount *inmp, struct mount *outmp) in vfs_exjail_clone() argument3167 MNT_ILOCK(outmp); in vfs_exjail_clone()3168 if (outmp->mnt_exjail == NULL) { in vfs_exjail_clone()3169 outmp->mnt_exjail = cr; in vfs_exjail_clone()3173 MNT_IUNLOCK(outmp); in vfs_exjail_clone()