Searched refs:al_lsn (Results 1 – 5 of 5) sorted by relevance
| /dragonfly/sys/vfs/hpfs/ |
| HD | hpfs_alsubr.c | 116 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 …]
|
| HD | hpfs.h | 247 (alp)->al_lsn = (lsn); \ 252 lsn_t al_lsn; /* phys position */ member
|
| HD | hpfs_lookup.c | 73 lsn = ((alleaf_t *)dhp->h_fn.fn_abd)->al_lsn; in hpfs_genlookupbyname()
|
| HD | hpfs_subr.c | 546 lsn = ((alleaf_t *)dhp->h_fn.fn_abd)->al_lsn; in hpfs_validateparent()
|
| HD | hpfs_vnops.c | 818 lsn = ((alleaf_t *)hp->h_fn.fn_abd)->al_lsn; in hpfs_readdir()
|