Home
last modified time | relevance | path

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

/linux/fs/smb/server/
H A Dmisc.c167 size_t ab_pathname_len; in convert_to_nt_pathname() local
185 ab_pathname_len = strlen(&ab_pathname[share_path_len]); in convert_to_nt_pathname()
187 nt_pathname = kmalloc(prefix + ab_pathname_len + 1, KSMBD_DEFAULT_GFP); in convert_to_nt_pathname()
196 ab_pathname_len + 1); in convert_to_nt_pathname()