Searched refs:aoff (Results 1 - 1 of 1) sorted by relevance

/src/sys/fs/ntfs/
H A Dntfs_subr.c69 u_int32_t aoff; member in struct:ntfs_lookup_ctx
779 u_int32_t aoff; local in function:ntfs_ntlookupfile
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
1036 u_int32_t aoff, cnum; local in function:ntfs_ntreaddir
[all...]

Completed in 5 milliseconds