Searched refs:force_refresh (Results 1 – 5 of 5) sorted by relevance
/linux-6.6.21/fs/smb/client/ |
D | dfs_cache.c | 686 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 int __refresh_tcon(const char *path, struct cifs_ses *ses, bool force_refresh) in __refresh_tcon() argument 1190 needs_refresh = force_refresh || IS_ERR(ce) || cache_entry_expired(ce); in __refresh_tcon() 1224 static int refresh_tcon(struct cifs_tcon *tcon, bool force_refresh) in refresh_tcon() argument 1231 __refresh_tcon(server->leaf_fullpath + 1, ses, force_refresh); in refresh_tcon()
|
/linux-6.6.21/net/tls/ |
D | tls_strp.c | 476 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()
|
D | tls.h | 195 void tls_strp_msg_load(struct tls_strparser *strp, bool force_refresh);
|
/linux-6.6.21/fs/gfs2/ |
D | quota.c | 1030 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()
|
/linux-6.6.21/net/sched/ |
D | act_ct.c | 655 bool force_refresh = false; in tcf_ct_flow_table_lookup() local 693 force_refresh = true; in tcf_ct_flow_table_lookup() 709 flow_offload_refresh(nf_ft, flow, force_refresh); in tcf_ct_flow_table_lookup()
|