Home
last modified time | relevance | path

Searched refs:smb_mnt_tcon_info (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/fs/smb/client/
H A Dcifs_ioctl.h29 struct smb_mnt_tcon_info { struct
116 #define CIFS_IOC_GET_TCON_INFO _IOR(CIFS_IOCTL_MAGIC, 12, struct smb_mnt_tcon_info)
H A Dioctl.c123 struct smb_mnt_tcon_info tcon_inf; in smb_mnt_get_tcon_info()
128 if (copy_to_user(arg, &tcon_inf, sizeof(struct smb_mnt_tcon_info))) in smb_mnt_get_tcon_info()