Home
last modified time | relevance | path

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

/openbmc/linux/fs/smb/client/
H A Ddfs_cache.c686 bool force_refresh) in cache_refresh_path() argument
699 if (!force_refresh && !cache_entry_expired(ce)) in cache_refresh_path()
731 if (force_refresh || cache_entry_expired(ce)) { in cache_refresh_path()
1176 static void __refresh_ses_referral(struct cifs_ses *ses, bool force_refresh) in __refresh_ses_referral() argument
1201 needs_refresh = force_refresh || IS_ERR(ce) || cache_entry_expired(ce); in __refresh_ses_referral()
/openbmc/linux/net/tls/
H A Dtls_strp.c476 void tls_strp_msg_load(struct tls_strparser *strp, bool force_refresh) in tls_strp_msg_load() argument
484 if (!strp->copy_mode && force_refresh) { in tls_strp_msg_load()
H A Dtls.h195 void tls_strp_msg_load(struct tls_strparser *strp, bool force_refresh);
/openbmc/linux/fs/gfs2/
H A Dquota.c1030 static int do_glock(struct gfs2_quota_data *qd, int force_refresh, in do_glock() argument
1045 force_refresh = FORCE; in do_glock()
1049 if (force_refresh || qd->qd_qb.qb_magic != cpu_to_be32(GFS2_MAGIC)) { in do_glock()
1066 force_refresh = 0; in do_glock()
/openbmc/linux/net/sched/
H A Dact_ct.c661 bool force_refresh = false; in tcf_ct_flow_table_lookup() local
699 force_refresh = true; in tcf_ct_flow_table_lookup()
715 flow_offload_refresh(nf_ft, flow, force_refresh); in tcf_ct_flow_table_lookup()