Home
last modified time | relevance | path

Searched refs:inmp (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/kern/
H A Dvfs_vnops.c3068 struct mount *inmp, *outmp; in vn_copy_file_range() local
3107 inmp = invpl->v_mount; in vn_copy_file_range()
3109 if (inmp == NULL || outmp == NULL) in vn_copy_file_range()
3113 error = vfs_busy(inmp, 0); in vn_copy_file_range()
3116 if (inmp == outmp) in vn_copy_file_range()
3120 vfs_unbusy(inmp); in vn_copy_file_range()
3137 if (inmp == outmp || inmp->mnt_vfc == outmp->mnt_vfc) in vn_copy_file_range()
3146 if (inmp != outmp) in vn_copy_file_range()
3147 vfs_unbusy(inmp); in vn_copy_file_range()
H A Dvfs_mount.c3142 vfs_exjail_clone(struct mount *inmp, struct mount *outmp) in vfs_exjail_clone() argument
3147 MNT_ILOCK(inmp); in vfs_exjail_clone()
3148 cr = inmp->mnt_exjail; in vfs_exjail_clone()
3151 MNT_IUNLOCK(inmp); in vfs_exjail_clone()
3170 MNT_IUNLOCK(inmp); in vfs_exjail_clone()