Home
last modified time | relevance | path

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

/openbmc/linux/fs/smb/client/
H A Dfs_context.h309 extern char *cifs_sanitize_prepath(char *prepath, gfp_t gfp);
H A Dfs_context.c488 char *cifs_sanitize_prepath(char *prepath, gfp_t gfp) in cifs_sanitize_prepath() function
609 ctx->prepath = cifs_sanitize_prepath(pos, GFP_KERNEL); in smb3_parse_devname()
H A Dmisc.c1265 cifs_sb->prepath = cifs_sanitize_prepath(prefix, GFP_ATOMIC); in cifs_update_super_prepath()