Home
last modified time | relevance | path

Searched refs:p_reads (Results 1 – 4 of 4) sorted by relevance

/third_party/ntfs-3g/include/ntfs-3g/
Dsecurity.h109 unsigned long p_reads; member
/third_party/ntfs-3g/src/
Dntfs-3g.c3920 if (ctx->seccache && ctx->seccache->head.p_reads) { in ntfs_close()
3924 ctx->seccache->head.p_reads, in ntfs_close()
3926 / ctx->seccache->head.p_reads, in ntfs_close()
3928 / ctx->seccache->head.p_reads % 10); in ntfs_close()
Dlowntfs-3g.c4217 if (ctx->seccache && ctx->seccache->head.p_reads) {
4221 ctx->seccache->head.p_reads,
4223 / ctx->seccache->head.p_reads,
4225 / ctx->seccache->head.p_reads % 10);
/third_party/ntfs-3g/libntfs-3g/
Dsecurity.c1434 cache->head.p_reads = 0; in create_caches()
1762 pcache->head.p_reads++; in fetch_cache()