Home
last modified time | relevance | path

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

/linux-6.1.9/fs/cifs/
Ddfs_cache.c1381 bool force_refresh) in __refresh_tcon() argument
1400 needs_refresh = force_refresh || IS_ERR(ce) || cache_entry_expired(ce); in __refresh_tcon()
1425 else if (force_refresh || cache_entry_expired(ce)) in __refresh_tcon()
1438 static int refresh_tcon(struct cifs_ses **sessions, struct cifs_tcon *tcon, bool force_refresh) in refresh_tcon() argument
1446 __refresh_tcon(server->leaf_fullpath + 1, sessions, tcon, force_refresh); in refresh_tcon()
1447 __refresh_tcon(server->origin_fullpath + 1, sessions, tcon, force_refresh); in refresh_tcon()
/linux-6.1.9/net/tls/
Dtls_strp.c362 void tls_strp_msg_load(struct tls_strparser *strp, bool force_refresh) in tls_strp_msg_load() argument
370 if (!strp->copy_mode && force_refresh) { in tls_strp_msg_load()
Dtls.h145 void tls_strp_msg_load(struct tls_strparser *strp, bool force_refresh);
/linux-6.1.9/fs/gfs2/
Dquota.c1007 static int do_glock(struct gfs2_quota_data *qd, int force_refresh, in do_glock() argument
1021 force_refresh = FORCE; in do_glock()
1025 if (force_refresh || qd->qd_qb.qb_magic != cpu_to_be32(GFS2_MAGIC)) { in do_glock()
1042 force_refresh = 0; in do_glock()