Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/cifs/
Dconnect.c1563 vol->sfu_remap = true; in cifs_parse_mount_options()
1567 vol->sfu_remap = false; in cifs_parse_mount_options()
1571 vol->sfu_remap = false; /* disable SFU mapping */ in cifs_parse_mount_options()
3956 if (pvolume_info->sfu_remap) in cifs_setup_cifs_sb()
Dcifsglob.h575 bool sfu_remap:1; /* remap seven reserved chars ala SFU */ member