Searched refs:force_refresh (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/fs/smb/client/ |
H A D | dfs_cache.c | 686 bool force_refresh) in cache_refresh_path() 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() 683 cache_refresh_path(const unsigned int xid, struct cifs_ses *ses, const char *path, bool force_refresh) cache_refresh_path() argument
|
/kernel/linux/linux-6.6/net/tls/ |
H A 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()
|
H A D | tls.h | 195 void tls_strp_msg_load(struct tls_strparser *strp, bool force_refresh);
|
/kernel/linux/linux-5.10/fs/gfs2/ |
H A D | quota.c | 1018 static int do_glock(struct gfs2_quota_data *qd, int force_refresh, in do_glock() argument 1032 force_refresh = FORCE; in do_glock() 1036 if (force_refresh || qd->qd_qb.qb_magic != cpu_to_be32(GFS2_MAGIC)) { in do_glock() 1053 force_refresh = 0; in do_glock()
|
/kernel/linux/linux-6.6/fs/gfs2/ |
H A 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()
|
/kernel/linux/linux-6.6/net/sched/ |
H A 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()
|
Completed in 10 milliseconds