Symbol: hpfsmount
sys/vfs/hpfs/hpfs.h
341
struct hpfsmount *h_hpmp;
sys/vfs/hpfs/hpfs.h
383
#define VFSTOHPFS(mp) ((struct hpfsmount *)((mp)->mnt_data))
sys/vfs/hpfs/hpfs_alsubr.c
159
hpfs_allocalsec(struct hpfsmount *hpmp, lsn_t parlsn, struct buf **bpp)
sys/vfs/hpfs/hpfs_alsubr.c
208
hpfs_splitalsec(struct hpfsmount *hpmp, alsec_t *asp, alsec_t **naspp,
sys/vfs/hpfs/hpfs_alsubr.c
257
hpfs_concatalsec(struct hpfsmount *hpmp, alsec_t *as0p, alsec_t *as1p,
sys/vfs/hpfs/hpfs_alsubr.c
297
hpfs_alblk2alsec(struct hpfsmount *hpmp, alblk_t *abp, alsec_t **naspp,
sys/vfs/hpfs/hpfs_alsubr.c
331
hpfs_addextent(struct hpfsmount *hpmp, struct hpfsnode *hp, u_long len)
sys/vfs/hpfs/hpfs_alsubr.c
49
int hpfs_addextentr (struct hpfsmount *, lsn_t, alleaf_t *,
sys/vfs/hpfs/hpfs_alsubr.c
51
int hpfs_allocalsec (struct hpfsmount *, lsn_t, struct buf **);
sys/vfs/hpfs/hpfs_alsubr.c
52
int hpfs_alblk2alsec (struct hpfsmount *, alblk_t *, alsec_t **,
sys/vfs/hpfs/hpfs_alsubr.c
54
int hpfs_splitalsec (struct hpfsmount *, alsec_t *, alsec_t **,
sys/vfs/hpfs/hpfs_alsubr.c
545
hpfs_addextentr(struct hpfsmount *hpmp, lsn_t rlsn, alleaf_t *ralp,
sys/vfs/hpfs/hpfs_alsubr.c
56
int hpfs_concatalsec (struct hpfsmount *, alsec_t *, alsec_t *,
sys/vfs/hpfs/hpfs_alsubr.c
742
hpfs_truncatealblk(struct hpfsmount *hpmp, alblk_t *abp, lsn_t bn, int *resp)
sys/vfs/hpfs/hpfs_lookup.c
128
struct hpfsmount *hpmp,
sys/vfs/hpfs/hpfs_lookup.c
47
int hpfs_removedirent (struct hpfsmount *, lsn_t, char *, int, int *);
sys/vfs/hpfs/hpfs_lookup.c
63
struct hpfsmount *hpmp = dhp->h_hpmp;
sys/vfs/hpfs/hpfs_subr.c
101
struct hpfsmount *hpmp)
sys/vfs/hpfs/hpfs_subr.c
170
struct hpfsmount *hpmp,
sys/vfs/hpfs/hpfs_subr.c
190
struct hpfsmount *hpmp,
sys/vfs/hpfs/hpfs_subr.c
212
struct hpfsmount *hpmp,
sys/vfs/hpfs/hpfs_subr.c
251
struct hpfsmount *hpmp,
sys/vfs/hpfs/hpfs_subr.c
312
struct hpfsmount *hpmp)
sys/vfs/hpfs/hpfs_subr.c
324
struct hpfsmount *hpmp,
sys/vfs/hpfs/hpfs_subr.c
446
struct hpfsmount *hpmp,
sys/vfs/hpfs/hpfs_subr.c
472
struct hpfsmount *hpmp,
sys/vfs/hpfs/hpfs_subr.c
527
struct hpfsmount *hpmp = hp->h_hpmp;
sys/vfs/hpfs/hpfs_subr.c
63
struct hpfsmount *hpmp)
sys/vfs/hpfs/hpfs_subr.c
757
struct hpfsmount *hpmp = hp->h_hpmp;
sys/vfs/hpfs/hpfs_subr.c
801
struct hpfsmount *hpmp = hp->h_hpmp;
sys/vfs/hpfs/hpfs_subr.c
837
struct hpfsmount *hpmp,
sys/vfs/hpfs/hpfs_subr.h
35
int hpfs_bminit (struct hpfsmount *);
sys/vfs/hpfs/hpfs_subr.h
36
void hpfs_bmdeinit (struct hpfsmount *);
sys/vfs/hpfs/hpfs_subr.h
37
int hpfs_bmfblookup (struct hpfsmount *, lsn_t *);
sys/vfs/hpfs/hpfs_subr.h
38
int hpfs_bmmark (struct hpfsmount *, lsn_t, u_long, int);
sys/vfs/hpfs/hpfs_subr.h
39
int hpfs_bmlookup (struct hpfsmount *, u_long, lsn_t, u_long,
sys/vfs/hpfs/hpfs_subr.h
43
int hpfs_cpinit (struct hpfsmount *, struct hpfs_args *);
sys/vfs/hpfs/hpfs_subr.h
44
int hpfs_cpdeinit (struct hpfsmount *);
sys/vfs/hpfs/hpfs_subr.h
45
int hpfs_cpload (struct hpfsmount *, struct cpiblk *,
sys/vfs/hpfs/hpfs_subr.h
47
int hpfs_cpstrnnicmp (struct hpfsmount *, char *, int, u_int16_t,
sys/vfs/hpfs/hpfs_subr.h
49
int hpfs_cmpfname (struct hpfsmount *, char *, int,
sys/vfs/hpfs/hpfs_subr.h
74
int hpfs_breadstruct (struct hpfsmount *, lsn_t, u_int, u_int32_t,
sys/vfs/hpfs/hpfs_subr.h
82
int hpfs_truncatealblk (struct hpfsmount *, alblk_t *, lsn_t,int *);
sys/vfs/hpfs/hpfs_subr.h
83
int hpfs_addextent (struct hpfsmount *, struct hpfsnode *, u_long);
sys/vfs/hpfs/hpfs_vfsops.c
123
struct hpfsmount *hpmp = NULL;
sys/vfs/hpfs/hpfs_vfsops.c
224
struct hpfsmount *hpmp;
sys/vfs/hpfs/hpfs_vfsops.c
262
hpmp = kmalloc(sizeof(struct hpfsmount), M_HPFSMNT, M_WAITOK | M_ZERO);
sys/vfs/hpfs/hpfs_vfsops.c
344
struct hpfsmount *hpmp = VFSTOHPFS(mp);
sys/vfs/hpfs/hpfs_vfsops.c
385
struct hpfsmount *hpmp = VFSTOHPFS(mp);
sys/vfs/hpfs/hpfs_vfsops.c
400
struct hpfsmount *hpmp = VFSTOHPFS(mp);
sys/vfs/hpfs/hpfs_vfsops.c
459
struct hpfsmount *hpmp = VFSTOHPFS(mp);
sys/vfs/hpfs/hpfs_vfsops.c
93
struct hpfsmount *hpm = VFSTOHPFS(mp);
sys/vfs/hpfs/hpfs_vnops.c
734
hpfs_de_uiomove(int *error, struct hpfsmount *hpmp, struct hpfsdirent *dep,
sys/vfs/hpfs/hpfs_vnops.c
75
static int hpfs_de_uiomove (int *, struct hpfsmount *,
sys/vfs/hpfs/hpfs_vnops.c
767
struct hpfsmount *hpmp = hp->h_hpmp;
sys/vfs/hpfs/hpfs_vnops.c
966
struct hpfsmount *hpmp = dhp->h_hpmp;