Home
last modified time | relevance | path

Searched defs:hpmp (Results 1 – 6 of 6) sorted by relevance

/dflybsd-src/sys/vfs/hpfs/
H A Dhpfs_subr.h30 #define hpfs_bmmarkfree(hpmp, bn,bl) hpfs_bmmark(hpmp, bn, bl, 1) argument
31 #define hpfs_bmmarkbusy(hpmp, bn,bl) hpfs_bmmark(hpmp, bn, bl, 0) argument
53 #define hpfs_u2d(hpmp, c) ((((u_char)(c))&0x80)?(hpmp->hpm_u2d[((u_char)(c))&0x7F]):((u_char)(c))) argument
54 #define hpfs_d2u(hpmp, c) ((((u_char)(c))&0x80)?(hpmp->hpm_d2u[((u_char)(c))&0x7F]):((u_char)(c))) argument
55 #define hpfs_toupper(hpmp, c, cp) ((((u_char)(c))&0x80) ? ((u_char)((hpmp)->hpm_cpdblk[(cp)].b_upca… argument
76 #define hpfs_breadalsec(hpmp, lsn, bpp) \ argument
78 #define hpfs_breaddirblk(hpmp, lsn, bpp) \ argument
H A Dhpfs_subr.c63 struct hpfsmount *hpmp) in hpfs_bmdeinit()
101 struct hpfsmount *hpmp) in hpfs_bminit()
170 struct hpfsmount *hpmp, in hpfs_cmpfname()
190 struct hpfsmount *hpmp, in hpfs_cpstrnnicmp()
212 struct hpfsmount *hpmp, in hpfs_cpload()
251 struct hpfsmount *hpmp, in hpfs_cpinit()
312 struct hpfsmount *hpmp) in hpfs_cpdeinit()
324 struct hpfsmount *hpmp, in hpfs_bmlookup()
446 struct hpfsmount *hpmp, in hpfs_bmfblookup()
472 struct hpfsmount *hpmp, in hpfs_bmmark()
[all …]
H A Dhpfs_vfsops.c123 struct hpfsmount *hpmp = NULL; in hpfs_mount() local
224 struct hpfsmount *hpmp; in hpfs_mountfs() local
344 struct hpfsmount *hpmp = VFSTOHPFS(mp); in hpfs_unmount() local
385 struct hpfsmount *hpmp = VFSTOHPFS(mp); in hpfs_root() local
400 struct hpfsmount *hpmp = VFSTOHPFS(mp); in hpfs_statfs() local
459 struct hpfsmount *hpmp = VFSTOHPFS(mp); in hpfs_vget() local
H A Dhpfs_alsubr.c159 hpfs_allocalsec(struct hpfsmount *hpmp, lsn_t parlsn, struct buf **bpp) in hpfs_allocalsec()
208 hpfs_splitalsec(struct hpfsmount *hpmp, alsec_t *asp, alsec_t **naspp, in hpfs_splitalsec()
257 hpfs_concatalsec(struct hpfsmount *hpmp, alsec_t *as0p, alsec_t *as1p, in hpfs_concatalsec()
297 hpfs_alblk2alsec(struct hpfsmount *hpmp, alblk_t *abp, alsec_t **naspp, in hpfs_alblk2alsec()
331 hpfs_addextent(struct hpfsmount *hpmp, struct hpfsnode *hp, u_long len) in hpfs_addextent()
545 hpfs_addextentr(struct hpfsmount *hpmp, lsn_t rlsn, alleaf_t *ralp, in hpfs_addextentr()
742 hpfs_truncatealblk(struct hpfsmount *hpmp, alblk_t *abp, lsn_t bn, int *resp) in hpfs_truncatealblk()
H A Dhpfs_lookup.c63 struct hpfsmount *hpmp = dhp->h_hpmp; in hpfs_genlookupbyname() local
128 struct hpfsmount *hpmp, in hpfs_removedirent()
H A Dhpfs_vnops.c734 hpfs_de_uiomove(int *error, struct hpfsmount *hpmp, struct hpfsdirent *dep, in hpfs_de_uiomove()
767 struct hpfsmount *hpmp = hp->h_hpmp; in hpfs_readdir() local
966 struct hpfsmount *hpmp = dhp->h_hpmp; in hpfs_lookup() local