Home
last modified time | relevance | path

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

/linux-4.19.296/fs/cifs/
Dconnect.c1481 vol->posix_paths = 1; in cifs_parse_mount_options()
1611 vol->posix_paths = 1; in cifs_parse_mount_options()
1614 vol->posix_paths = 0; in cifs_parse_mount_options()
3744 if (vol_info && vol_info->posix_paths == 0) in reset_cifs_unix_caps()
Dcifsglob.h532 bool posix_paths:1; /* unset to not ask for posix pathnames. */ member