| /src/sys/ufs/lfs/ | 
| lfs_syscalls.c | 120 	struct mount *mntp;  local in function:sys_lfs_markv 125 	if ((mntp = vfs_getvfs(&fsid)) == NULL)
 127 	fs = VFSTOULFS(mntp)->um_lfs;
 161 	struct mount *mntp;  local in function:sys_lfs_markv
 166 	if ((mntp = vfs_getvfs(&fsid)) == NULL)
 168 	fs = VFSTOULFS(mntp)->um_lfs;
 223 	struct mount *mntp;  local in function:lfs_markv
 243 	if ((mntp = vfs_getvfs(fsidp)) == NULL)
 246 	ump = VFSTOULFS(mntp);
 255 	if ((error = vfs_busy(mntp)) != 0
 566  struct mount *mntp;  local in function:sys_lfs_bmapv
 608  struct mount *mntp;  local in function:sys_lfs_bmapv
 666  struct mount *mntp;  local in function:lfs_bmapv
 817  struct mount *mntp;  local in function:sys_lfs_segclean
 930  struct mount *mntp;  local in function:lfs_segwait
 [all...]
 | 
| ulfs_vnops.c | 1173 ulfs_vinit(struct mount *mntp, int (**specops)(void *), int (**fifoops)(void *), 
 | 
| /src/sys/fs/nfs/client/ | 
| nfs_clnode.c | 97 ncl_nget(struct mount *mntp, u_int8_t *fhp, int fhsize, struct nfsnode **npp, 109 	nmp = VFSTONFS(mntp);
 118 	error = vfs_hash_get(mntp, hash, lkflags,
 129 	error = getnewvnode(nfs_vnode_tag, mntp, &newnfs_vnodeops, &nvp);
 167 	error = insmntque(vp, mntp);
 
 | 
| nfs_clport.c | 131 nfscl_nget(struct mount *mntp, struct vnode *dvp, struct nfsfh *nfhp, 142 	nmp = VFSTONFS(mntp);
 148 	error = vfs_hash_get(mntp, hash, lkflags,
 222 	error = getnewvnode(nfs_vnode_tag, mntp, &newnfs_vnodeops, &nvp);
 277 	error = insmntque(vp, mntp);
 313 nfscl_ngetreopen(struct mount *mntp, u_int8_t *fhp, int fhsize,
 323 	if ((mntp->mnt_kern_flag & MNTK_UNMOUNTF))
 335 	error = vfs_hash_get(mntp, hash, (LK_EXCLUSIVE | LK_NOWAIT), td, &nvp,
 346 		if ((mntp->mnt_kern_flag & MNTK_UNMOUNTF))
 349 			vfs_hash_ref(mntp, hash, td, &nvp, newnfs_vncmpf, nfhp)
 [all...]
 | 
| /src/sys/nfs/ | 
| nfs_node.c | 160 nfs_nget1(struct mount *mntp, nfsfh_t *fhp, int fhsize, struct nfsnode **npp, 166 	error = vcache_get(mntp, fhp, fhsize, &vp);
 
 | 
| /src/sys/ufs/ext2fs/ | 
| ext2fs_vnops.c | 943 ext2fs_vinit(struct mount *mntp, int (**specops)(void *), 
 | 
| /src/sys/ufs/ufs/ | 
| ufs_vnops.c | 2171 ufs_vinit(struct mount *mntp, int (**specops)(void *), int (**fifoops)(void *), 
 |