Home | History | Annotate | Download | only in ntfs

Lines Matching defs:aoff

69 	u_int32_t	aoff;
779 u_int32_t aoff;
825 aoff = sizeof(struct attr_indexroot);
828 iep = (struct attr_indexentry *) ((char *)rdbuf + aoff);
830 for (; !(iep->ie_flag & NTFS_IEFLAG_LAST) && (rdsize > aoff);
831 aoff += iep->reclen,
832 iep = (struct attr_indexentry *) ((char *)rdbuf + aoff))
865 tctx->aoff = aoff + iep->reclen;
914 cn = *(cn_t *) ((char *)rdbuf + aoff +
928 aoff = (((struct attr_indexalloc *) rdbuf)->ia_hdrsize +
932 aoff = lookup_ctx->aoff;
1036 u_int32_t aoff, cnum;
1092 aoff = fp->f_lastdoff;
1097 aoff = sizeof(struct attr_indexroot);
1104 attrnum, (u_int32_t) blnum, cnum, num, aoff));
1117 if (aoff == 0)
1118 aoff = (attrnum == NTFS_A_INDX) ?
1122 iep = (struct attr_indexentry *) ((char *)rdbuf + aoff);
1123 for (; !(iep->ie_flag & NTFS_IEFLAG_LAST) && (rdsize > aoff);
1124 aoff += iep->reclen,
1125 iep = (struct attr_indexentry *) ((char *)rdbuf + aoff))
1131 fp->f_lastdoff = aoff;
1156 aoff = 0;