Home
last modified time | relevance | path

Searched refs:al_lsn (Results 1 – 5 of 5) sorted by relevance

/dragonfly/sys/vfs/hpfs/
HDhpfs_alsubr.c116 alp->al_off,alp->al_len,alp->al_lsn)); in hpfs_hpbmap()
122 *bnp = bn - alp->al_off + alp->al_lsn; in hpfs_hpbmap()
342 al.al_lsn = ~0; in hpfs_addextent()
424 alp->al_off,alp->al_len,alp->al_lsn)); in hpfs_addextent()
436 … alp->al_lsn + alp->al_len, al.al_len, &nlsn, &nlen); in hpfs_addextent()
446 if (alp->al_lsn + alp->al_len == nlsn) { in hpfs_addextent()
612 alp->al_off,alp->al_len,alp->al_lsn)); in hpfs_addextentr()
623 … alp->al_lsn + alp->al_len, ralp->al_len, &nlsn, &nlen); in hpfs_addextentr()
638 if (alp->al_lsn + alp->al_len == nlsn) { in hpfs_addextentr()
855 alp->al_off,alp->al_len,alp->al_lsn)); in hpfs_truncatealblk()
[all …]
HDhpfs.h247 (alp)->al_lsn = (lsn); \
252 lsn_t al_lsn; /* phys position */ member
HDhpfs_lookup.c73 lsn = ((alleaf_t *)dhp->h_fn.fn_abd)->al_lsn; in hpfs_genlookupbyname()
HDhpfs_subr.c546 lsn = ((alleaf_t *)dhp->h_fn.fn_abd)->al_lsn; in hpfs_validateparent()
HDhpfs_vnops.c818 lsn = ((alleaf_t *)hp->h_fn.fn_abd)->al_lsn; in hpfs_readdir()