Home
last modified time | relevance | path

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

/Linux-v6.6/fs/smb/client/
Dfs_context.h293 extern char *cifs_sanitize_prepath(char *prepath, gfp_t gfp);
Dfs_context.c454 char *cifs_sanitize_prepath(char *prepath, gfp_t gfp) in cifs_sanitize_prepath() function
575 ctx->prepath = cifs_sanitize_prepath(pos, GFP_KERNEL); in smb3_parse_devname()
Dmisc.c1225 cifs_sb->prepath = cifs_sanitize_prepath(prefix, GFP_ATOMIC); in cifs_update_super_prepath()