Home
last modified time | relevance | path

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

/linux-6.15/fs/smb/client/
H A Ddfs_cache.c684 bool force_refresh) in cache_refresh_path() argument
697 if (!force_refresh && !cache_entry_expired(ce)) in cache_refresh_path()
729 if (force_refresh || cache_entry_expired(ce)) { in cache_refresh_path()
1175 int numrefs, bool force_refresh) in __refresh_tcon_referral() argument
1178 bool reconnect = force_refresh; in __refresh_tcon_referral()
1185 if (force_refresh) { in __refresh_tcon_referral()
1198 if (force_refresh || cache_entry_expired(ce)) in __refresh_tcon_referral()
1214 static void refresh_tcon_referral(struct cifs_tcon *tcon, bool force_refresh) in refresh_tcon_referral() argument
1236 needs_refresh = force_refresh || IS_ERR(ce) || cache_entry_expired(ce); in refresh_tcon_referral()
1253 numrefs, force_refresh); in refresh_tcon_referral()
/linux-6.15/net/tls/
H A Dtls_strp.c478 void tls_strp_msg_load(struct tls_strparser *strp, bool force_refresh) in tls_strp_msg_load() argument
486 if (!strp->copy_mode && force_refresh) { in tls_strp_msg_load()
H A Dtls.h199 void tls_strp_msg_load(struct tls_strparser *strp, bool force_refresh);
/linux-6.15/fs/gfs2/
H A Dquota.c1022 static int do_glock(struct gfs2_quota_data *qd, int force_refresh, in do_glock() argument
1037 force_refresh = FORCE; in do_glock()
1043 if (force_refresh || qd->qd_qb.qb_magic != cpu_to_be32(GFS2_MAGIC)) { in do_glock()
1060 force_refresh = 0; in do_glock()
/linux-6.15/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()