Searched refs:v_mountedhere (Results 1 - 11 of 11) sorted by relevance

/freebsd-9.3-release/sys/cddl/compat/opensolaris/kern/
H A Dopensolaris_vfs.c140 * We need vnode lock to protect v_mountedhere and vnode interlock
145 if ((vp->v_iflag & VI_MOUNT) != 0 || vp->v_mountedhere != NULL) {
224 vp->v_mountedhere = mp;
/freebsd-9.3-release/sys/cddl/compat/opensolaris/sys/
H A Dvnode.h74 #define vn_ismntpt(vp) ((vp)->v_type == VDIR && (vp)->v_mountedhere != NULL)
75 #define vn_mountedvfs(vp) ((vp)->v_mountedhere)
/freebsd-9.3-release/sys/kern/
H A Dvfs_mountroot.c276 vporoot->v_mountedhere = NULL;
307 vp->v_mountedhere = mporoot;
333 vpdevfs->v_mountedhere = NULL;
337 vp->v_mountedhere = mpdevfs;
H A Dvfs_mount.c797 if ((vp->v_iflag & VI_MOUNT) == 0 && vp->v_mountedhere == NULL)
856 vp->v_mountedhere = mp;
923 if ((vp->v_iflag & VI_MOUNT) != 0 || vp->v_mountedhere != NULL) {
1246 if (coveredvp->v_mountedhere != mp ||
1247 coveredvp->v_mountedhere->mnt_gen != mnt_gen_r) {
1363 coveredvp->v_mountedhere = NULL;
H A Dvfs_lookup.c800 while (dp->v_type == VDIR && (mp = dp->v_mountedhere) &&
H A Dvfs_subr.c2960 vp->v_usecount, vp->v_writecount, vp->v_holdcnt, vp->v_mountedhere);
H A Dvfs_syscalls.c763 while (!error && (mp = vp->v_mountedhere) != NULL) {
/freebsd-9.3-release/sys/ufs/ufs/
H A Dufs_vnops.c1325 if ((fvp->v_type == VDIR && fvp->v_mountedhere != NULL) ||
1327 tvp->v_mountedhere != NULL)) {
2081 if (vp->v_mountedhere != 0) {
/freebsd-9.3-release/sys/fs/nfsserver/
H A Dnfs_nfsdport.c1131 if (tvp->v_type == VDIR && tvp->v_mountedhere) {
1150 if (fvp->v_type == VDIR && fvp->v_mountedhere) {
2136 nvp->v_mountedhere != NULL) {
2137 new_mp = nvp->v_mountedhere;
2166 * v_mountedhere, so it needs to
/freebsd-9.3-release/sys/sys/
H A Dvnode.h174 #define v_mountedhere v_un.vu_mount macro
/freebsd-9.3-release/sys/nfsserver/
H A Dnfs_serv.c1945 if (tvp->v_type == VDIR && tvp->v_mountedhere) {
1953 if (fvp->v_type == VDIR && fvp->v_mountedhere) {

Completed in 237 milliseconds