Home
last modified time | relevance | path

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

/openbmc/linux/fs/smb/client/
H A Dcifsproto.h306 extern void cifs_put_tcon(struct cifs_tcon *tcon, enum smb3_tcon_ref_trace trace);
534 enum smb3_tcon_ref_trace trace);
535 extern void tconInfoFree(struct cifs_tcon *tcon, enum smb3_tcon_ref_trace trace);
H A Dtrace.h65 enum smb3_tcon_ref_trace { smb3_tcon_ref_traces } __mode(byte); enum
1198 enum smb3_tcon_ref_trace trace),
1203 __field(enum smb3_tcon_ref_trace, trace)
H A Dmisc.c114 tcon_info_alloc(bool dir_leases_enabled, enum smb3_tcon_ref_trace trace) in tcon_info_alloc()
153 tconInfoFree(struct cifs_tcon *tcon, enum smb3_tcon_ref_trace trace) in tconInfoFree()
H A Dconnect.c2510 cifs_put_tcon(struct cifs_tcon *tcon, enum smb3_tcon_ref_trace trace) in cifs_put_tcon()