Home
last modified time | relevance | path

Searched refs:seccache (Results 1 – 5 of 5) sorted by relevance

/third_party/ntfs-3g/src/
Dntfs-3g_common.h177 struct PERMISSIONS_CACHE *seccache; member
Dntfs-3g.c299 scx->pseccache = &ctx->seccache; in ntfs_fuse_fill_security_context()
3920 if (ctx->seccache && ctx->seccache->head.p_reads) { in ntfs_close()
3923 ctx->seccache->head.p_writes, in ntfs_close()
3924 ctx->seccache->head.p_reads, in ntfs_close()
3925 100 * ctx->seccache->head.p_hits in ntfs_close()
3926 / ctx->seccache->head.p_reads, in ntfs_close()
3927 1000 * ctx->seccache->head.p_hits in ntfs_close()
3928 / ctx->seccache->head.p_reads % 10); in ntfs_close()
4312 ctx->seccache = (struct PERMISSIONS_CACHE*)NULL; in setup_logging()
Dlowntfs-3g.c352 scx->pseccache = &ctx->seccache; in ntfs_fuse_fill_security_context()
4217 if (ctx->seccache && ctx->seccache->head.p_reads) {
4220 ctx->seccache->head.p_writes,
4221 ctx->seccache->head.p_reads,
4222 100 * ctx->seccache->head.p_hits
4223 / ctx->seccache->head.p_reads,
4224 1000 * ctx->seccache->head.p_hits
4225 / ctx->seccache->head.p_reads % 10);
4584 ctx->seccache = (struct PERMISSIONS_CACHE*)NULL;
/third_party/ntfs-3g/include/ntfs-3g/
Dsecurity.h297 struct PERMISSIONS_CACHE *seccache; member
/third_party/ntfs-3g/libntfs-3g/
Dsecurity.c5352 scapi->seccache = (struct PERMISSIONS_CACHE*)NULL; in ntfs_initialize_file_security()
5357 scx->pseccache = &scapi->seccache; in ntfs_initialize_file_security()