Searched refs:lsn_t (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/sys/fs/hpfs/
H A Dhpfs.h30 typedef u_int32_t lsn_t; /* Logical Sector Number */ typedef
32 lsn_t lsn1;
33 lsn_t lsn2;
37 lsn_t lsn;
53 lsn_t su_rootfno; /* Root Fnode */
61 lsn_t su_dbbstart;
62 lsn_t su_dbbend;
63 lsn_t su_dbbbitmap;
65 lsn_t su_uidt; /* Ptr to User ID Table (8 sect) */
87 lsn_t sp_h
[all...]
H A Dhpfs_subr.h36 int hpfs_bmfblookup (struct hpfsmount *, lsn_t *);
37 int hpfs_bmmark (struct hpfsmount *, lsn_t, u_long, int);
38 int hpfs_bmlookup (struct hpfsmount *, u_long, lsn_t, u_long,
39 lsn_t *, u_long *);
73 int hpfs_breadstruct (struct hpfsmount *, lsn_t, u_int, u_int32_t,
88 int hpfs_truncatealblk (struct hpfsmount *, alblk_t *, lsn_t,int *);
H A Dhpfs_lookup.c47 int hpfs_removedirent (struct hpfsmount *, lsn_t, char *, int, int *);
67 lsn_t lsn;
129 lsn_t lsn,
H A Dhpfs_subr.c112 hpmp->hpm_bmind = malloc(hpmp->hpm_dbnum * sizeof(lsn_t),
127 bcopy(bp->b_data, hpmp->hpm_bmind, hpmp->hpm_dbnum * sizeof(lsn_t));
255 lsn_t lsn;
331 lsn_t lsn, /* We want near this one */
333 lsn_t *lsnp, /* We got here */
452 lsn_t *lp)
478 lsn_t bn,
536 lsn_t lsn, olsn;
764 lsn_t newblen, oldblen;
803 lsn_t newble
[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 **);
164 lsn_t parlsn,
169 lsn_t lsn;
368 lsn_t nlsn;
446 lsn_t nlsn;
558 lsn_t rlsn, /* LSN containing AlSec */
631 lsn_t nlsn;
760 lsn_t bn,
H A Dhpfs_vnops.c824 lsn_t olsn;
825 lsn_t lsn;

Completed in 38 milliseconds