Home
last modified time | relevance | path

Searched refs:al_off (Results 1 – 3 of 3) sorted by relevance

/freebsd-9-stable/sys/fs/hpfs/
Dhpfs_alsubr.c119 alp->al_off,alp->al_len,alp->al_lsn));
121 if ((bn >= alp->al_off) &&
122 (!alp->al_len || (bn < alp->al_off + alp->al_len))) {
125 *bnp = bn - alp->al_off + alp->al_lsn;
131 *runp = alp->al_off - 1 +
362 al.al_off = (hp->h_fn.fn_size + DEV_BSIZE - 1) >> DEV_BSHIFT; in hpfs_addextent()
367 if (al.al_off == 0) { in hpfs_addextent()
388 AL_SET(AB_FREEALP(rabp), al.al_off, nlen, nlsn); in hpfs_addextent()
391 al.al_off += nlen; in hpfs_addextent()
442 alp->al_off,alp->al_len,alp->al_lsn)); in hpfs_addextent()
[all …]
Dhpfs.h245 (alp)->al_off = (off); \
250 u_int32_t al_off; /* offset in blocks */ member
/freebsd-9-stable/lib/libc/net/
Dname6.c410 int al_off; in _hpcopy() local
430 al_off = size; in _hpcopy()
452 nhp->h_aliases = (char **)((char *)nhp + al_off); in _hpcopy()