Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/cifs/
H A Dconnect.c1446 vol->posix_paths = 1; in cifs_parse_mount_options()
1591 vol->posix_paths = 1; in cifs_parse_mount_options()
1594 vol->posix_paths = 0; in cifs_parse_mount_options()
3876 if (vol_info && vol_info->posix_paths == 0) in reset_cifs_unix_caps()
H A Dcifsglob.h573 bool posix_paths:1; /* unset to not ask for posix pathnames. */ member