Home
last modified time | relevance | path

Searched refs:filesystem_vol_info (Results 1 – 3 of 3) sorted by relevance

/linux/fs/smb/common/
H A Dfscc.h452 struct filesystem_vol_info { struct
/linux/fs/smb/client/
H A Dsmb2pdu.c6160 max_len = sizeof(struct filesystem_vol_info) + MAX_VOL_LABEL_LEN; in SMB2_QFS_attr()
6161 min_len = sizeof(struct filesystem_vol_info); in SMB2_QFS_attr()
6216 struct filesystem_vol_info *vol_info = (struct filesystem_vol_info *) in SMB2_QFS_attr()
/linux/fs/smb/server/
H A Dsmb2pdu.c5587 struct filesystem_vol_info *info; in smb2_get_info_filesystem()
5591 info = (struct filesystem_vol_info *)(rsp->Buffer); in smb2_get_info_filesystem()
5608 sz = sizeof(struct filesystem_vol_info) + len; in smb2_get_info_filesystem()