Home
last modified time | relevance | path

Searched refs:hpfsmount (Results 1 – 7 of 7) sorted by relevance

/dragonfly/sys/vfs/hpfs/
H A Dhpfs_subr.h35 int hpfs_bminit (struct hpfsmount *);
36 void hpfs_bmdeinit (struct hpfsmount *);
37 int hpfs_bmfblookup (struct hpfsmount *, lsn_t *);
38 int hpfs_bmmark (struct hpfsmount *, lsn_t, u_long, int);
39 int hpfs_bmlookup (struct hpfsmount *, u_long, lsn_t, u_long,
43 int hpfs_cpinit (struct hpfsmount *, struct hpfs_args *);
44 int hpfs_cpdeinit (struct hpfsmount *);
45 int hpfs_cpload (struct hpfsmount *, struct cpiblk *,
47 int hpfs_cpstrnnicmp (struct hpfsmount *, char *, int, u_int16_t,
49 int hpfs_cmpfname (struct hpfsmount *, char *, int,
[all …]
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_alsubr.c49 int hpfs_addextentr (struct hpfsmount *, lsn_t, alleaf_t *,
51 int hpfs_allocalsec (struct hpfsmount *, lsn_t, struct buf **);
52 int hpfs_alblk2alsec (struct hpfsmount *, alblk_t *, alsec_t **,
54 int hpfs_splitalsec (struct hpfsmount *, alsec_t *, alsec_t **,
56 int hpfs_concatalsec (struct hpfsmount *, alsec_t *, alsec_t *,
159 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()
[all …]
H A Dhpfs_vfsops.c93 struct hpfsmount *hpm = VFSTOHPFS(mp); in hpfs_checkexp()
123 struct hpfsmount *hpmp = NULL; in hpfs_mount()
224 struct hpfsmount *hpmp; in hpfs_mountfs()
262 hpmp = kmalloc(sizeof(struct hpfsmount), M_HPFSMNT, M_WAITOK | M_ZERO); in hpfs_mountfs()
344 struct hpfsmount *hpmp = VFSTOHPFS(mp); in hpfs_unmount()
385 struct hpfsmount *hpmp = VFSTOHPFS(mp); in hpfs_root()
400 struct hpfsmount *hpmp = VFSTOHPFS(mp); in hpfs_statfs()
459 struct hpfsmount *hpmp = VFSTOHPFS(mp); in hpfs_vget()
H A Dhpfs_lookup.c47 int hpfs_removedirent (struct hpfsmount *, lsn_t, char *, int, int *);
63 struct hpfsmount *hpmp = dhp->h_hpmp; in hpfs_genlookupbyname()
128 struct hpfsmount *hpmp, in hpfs_removedirent()
H A Dhpfs.h310 struct hpfsmount { struct
341 struct hpfsmount *h_hpmp; argument
383 #define VFSTOHPFS(mp) ((struct hpfsmount *)((mp)->mnt_data))
H A Dhpfs_vnops.c75 static int hpfs_de_uiomove (int *, struct hpfsmount *,
734 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()
966 struct hpfsmount *hpmp = dhp->h_hpmp; in hpfs_lookup()