Searched refs:lsn_t (Results 1 – 7 of 7) sorted by relevance
/dflybsd-src/sys/vfs/hpfs/ |
H A D | hpfs.h | 30 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_hf; /* HotFix list */ [all …]
|
H A D | hpfs_subr.h | 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, 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 D | hpfs_subr.c | 113 hpmp->hpm_bmind = kmalloc(hpmp->hpm_dbnum * sizeof(lsn_t), M_HPFSMNT, in hpfs_bminit() 128 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() [all …]
|
H A D | hpfs_alsubr.c | 49 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 D | hpfs_lookup.c | 47 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 D | hpfs_hash.c | 89 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 D | hpfs_vnops.c | 774 lsn_t olsn; in hpfs_readdir() 775 lsn_t lsn; in hpfs_readdir()
|