Searched refs:nm_filevp (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/uts/common/fs/namefs/ |
H A D | namevno.c | 92 infilevp = outfilevp = nodep->nm_filevp; in nm_open() 135 newnamep->nm_filevp = outfilevp; in nm_open() 171 error = VOP_CLOSE(nodep->nm_filevp, flag, count, offset, crp, ct); in nm_close() 173 (void) VOP_FSYNC(nodep->nm_filevp, FSYNC, crp, ct); in nm_close() 186 VN_RELE(nodep->nm_filevp); in nm_close() 195 return (VOP_READ(VTONM(vp)->nm_filevp, uiop, ioflag, crp, ct)); in nm_read() 202 return (VOP_WRITE(VTONM(vp)->nm_filevp, uiop, ioflag, crp, ct)); in nm_write() 209 return (VOP_IOCTL(VTONM(vp)->nm_filevp, cmd, arg, mode, cr, rvalp, ct)); in nm_ioctl() 230 if (error = VOP_GETATTR(nodep->nm_filevp, &va, flags, crp, ct)) in nm_getattr() 281 (void) VOP_RWLOCK(nodep->nm_filevp, V_WRITELOCK_TRUE, ctp); in nm_setattr() [all …]
|
H A D | namevfs.c | 141 bucket = NM_FILEVP_HASH(nodep->nm_filevp); in nameinsert() 156 for (npp = NM_FILEVP_HASH(nodep->nm_filevp); (np = *npp) != NULL; in nameremove() 177 if (np->nm_filevp == vp && in namefind() 221 if (nodep->nm_filevp == vp && in nm_umountall() 443 nodep->nm_filevp = filevp; in nm_mount() 571 vp = nodep->nm_filevp; in nm_unmount() 656 return (nm_umountall(nodep->nm_filevp, crp)); in nm_sync() 658 return (VOP_FSYNC(nodep->nm_filevp, FSYNC, crp, NULL)); in nm_sync()
|
/titanic_44/usr/src/uts/common/sys/fs/ |
H A D | namenode.h | 58 struct vnode *nm_filevp; /* file desc. prior to mounting */ member
|
/titanic_44/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | vfs.c | 358 *outvp = (uintptr_t)nn.nm_filevp; in next_realvp()
|