HomeSort by: relevance | last modified time | path
    Searched defs:aoff (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/fs/ntfs/
ntfs_subr.c 69 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...]
ntfs_subr.c 69 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 23 milliseconds