Home
last modified time | relevance | path

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

/linux-6.14.4/fs/smb/client/
Dcifsproto.h308 extern void cifs_put_tcon(struct cifs_tcon *tcon, enum smb3_tcon_ref_trace trace);
532 enum smb3_tcon_ref_trace trace);
533 extern void tconInfoFree(struct cifs_tcon *tcon, enum smb3_tcon_ref_trace trace);
Dmisc.c115 tcon_info_alloc(bool dir_leases_enabled, enum smb3_tcon_ref_trace trace) in tcon_info_alloc()
157 tconInfoFree(struct cifs_tcon *tcon, enum smb3_tcon_ref_trace trace) in tconInfoFree()
Dtrace.h83 enum smb3_tcon_ref_trace { smb3_tcon_ref_traces } __mode(byte); enum
1523 enum smb3_tcon_ref_trace trace),
1528 __field(enum smb3_tcon_ref_trace, trace)
Dconnect.c2477 cifs_put_tcon(struct cifs_tcon *tcon, enum smb3_tcon_ref_trace trace) in cifs_put_tcon()