Searched refs:hpm_mp (Results 1 – 4 of 4) sorted by relevance
| /dragonfly/sys/vfs/hpfs/ |
| HD | hpfs_subr.c | 70 if (!(hpmp->hpm_mp->mnt_flag & MNT_RDONLY)) { in hpfs_bmdeinit() 540 error = VFS_VGET(hpmp->hpm_mp, NULL, hp->h_fn.fn_parent, &dvp); in hpfs_validateparent() 692 error = VFS_VGET(hp->h_hpmp->hpm_mp, NULL, in hpfs_updateparent()
|
| HD | hpfs_vfsops.c | 296 hpmp->hpm_mp = mp; in hpfs_mountfs() 490 error = getnewvnode(VT_HPFS, hpmp->hpm_mp, &vp, VLKTIMEOUT, 0); in hpfs_vget()
|
| HD | hpfs.h | 314 struct mount * hpm_mp; member
|
| HD | hpfs_vnops.c | 1006 error = VFS_VGET(hpmp->hpm_mp, NULL, in hpfs_lookup() 1056 error = VFS_VGET(hpmp->hpm_mp, NULL, dep->de_fnode, vpp); in hpfs_lookup()
|