Home
last modified time | relevance | path

Searched refs:CIFS_MOUNT_MAP_SFM_CHR (Results 1 – 6 of 6) sorted by relevance

/linux/fs/smb/client/
H A Dcifs_fs_sb.h38 #define CIFS_MOUNT_MAP_SFM_CHR 0x800000 /* SFM/MAC mapping for illegal chars */ macro
H A Dcifs_unicode.h78 if (sbflags & CIFS_MOUNT_MAP_SFM_CHR) in cifs_remap()
H A Dfs_context.c2106 sbflags |= CIFS_MOUNT_MAP_SFM_CHR; in smb3_update_mnt_flags()
2108 sbflags &= ~CIFS_MOUNT_MAP_SFM_CHR; in smb3_update_mnt_flags()
H A Dcifsglob.h652 CIFS_MOUNT_MAP_SFM_CHR | \
H A Dcifsfs.c754 if (sbflags & CIFS_MOUNT_MAP_SFM_CHR) in cifs_show_options()
H A Dconnect.c3628 sbflags &= ~(CIFS_MOUNT_MAP_SFM_CHR | in cifs_mount_get_tcon()