Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dsec_null.c385 .flush_ctx_cache = null_flush_ctx_cache,
Dsec_plain.c965 .flush_ctx_cache = plain_flush_ctx_cache,
Dsec.c1171 LASSERT(policy->sp_cops->flush_ctx_cache); in sec_cop_flush_ctx_cache()
1173 return policy->sp_cops->flush_ctx_cache(sec, uid, grace, force); in sec_cop_flush_ctx_cache()
/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dlustre_sec.h576 int (*flush_ctx_cache) member