Home
last modified time | relevance | path

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

/dragonfly/sys/vfs/hpfs/
H A Dhpfs.h32 lsn_t lsn1;
33 lsn_t lsn2;
37 lsn_t lsn;
62 lsn_t su_dbbend;
92 lsn_t sp_cpi;
119 lsn_t de_fnode;
141 lsn_t d_parent;
142 lsn_t d_self;
190 lsn_t fn_parent;
264 lsn_t as_self;
[all …]
H A Dhpfs_subr.h37 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,
40 lsn_t *, u_long *);
74 int hpfs_breadstruct (struct hpfsmount *, lsn_t, u_int, u_int32_t,
82 int hpfs_truncatealblk (struct hpfsmount *, alblk_t *, lsn_t,int *);
H A Dhpfs_subr.c128 bcopy(bp->b_data, hpmp->hpm_bmind, hpmp->hpm_dbnum * sizeof(lsn_t)); in hpfs_bminit()
256 lsn_t lsn; in hpfs_cpinit()
326 lsn_t lsn, /* We want near this one */ in hpfs_bmlookup()
328 lsn_t *lsnp, /* We got here */ in hpfs_bmlookup()
447 lsn_t *lp) in hpfs_bmfblookup()
473 lsn_t bn, in hpfs_bmmark()
531 lsn_t lsn, olsn; in hpfs_validateparent()
758 lsn_t newblen; in hpfs_truncate()
760 lsn_t oldblen; in hpfs_truncate()
802 lsn_t newblen, oldblen; in hpfs_extend()
[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 **);
159 hpfs_allocalsec(struct hpfsmount *hpmp, lsn_t parlsn, struct buf **bpp) in hpfs_allocalsec()
163 lsn_t lsn; in hpfs_allocalsec()
350 lsn_t nlsn; in hpfs_addextent()
428 lsn_t nlsn; in hpfs_addextent()
545 hpfs_addextentr(struct hpfsmount *hpmp, lsn_t rlsn, alleaf_t *ralp, in hpfs_addextentr()
616 lsn_t nlsn; in hpfs_addextentr()
742 hpfs_truncatealblk(struct hpfsmount *hpmp, alblk_t *abp, lsn_t bn, int *resp) in hpfs_truncatealblk()
H A Dhpfs_lookup.c47 int hpfs_removedirent (struct hpfsmount *, lsn_t, char *, int, int *);
67 lsn_t lsn; in hpfs_genlookupbyname()
129 lsn_t lsn, in hpfs_removedirent()
H A Dhpfs_hash.c89 hpfs_hphashlookup(cdev_t dev, lsn_t ino) in hpfs_hphashlookup()
104 hpfs_hphashvget(cdev_t dev, lsn_t ino) in hpfs_hphashvget()
H A Dhpfs_vnops.c774 lsn_t olsn; in hpfs_readdir()
775 lsn_t lsn; in hpfs_readdir()