Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/cifs/
H A Dfs_context.h38 int cifs_parse_cache_flavor(char *value, struct smb_vol *vol);
H A Dfs_context.c181 cifs_parse_cache_flavor(char *value, struct smb_vol *vol) in cifs_parse_cache_flavor() function
H A Dconnect.c2204 if (cifs_parse_cache_flavor(string, vol) != 0) in cifs_parse_mount_options()