Home
last modified time | relevance | path

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

/linux/fs/smb/server/
H A Dunicode.c160 static int smb_from_utf16(char *to, const __le16 *from, int tolen, int fromlen, in smb_from_utf16() argument
166 int fromwords = fromlen / 2; in smb_from_utf16()
/linux/fs/smb/client/
H A Dcifs_unicode.h58 int cifs_from_utf16(char *to, const __le16 *from, int tolen, int fromlen,
H A Dcifs_unicode.c162 cifs_from_utf16(char *to, const __le16 *from, int tolen, int fromlen, in cifs_from_utf16() argument
168 int fromwords = fromlen / 2; in cifs_from_utf16()
/linux/fs/nfs/
H A Dproc.c409 .fromlen = dentry->d_name.len, in nfs_proc_symlink()
H A Dnfs2xdr.c753 encode_diropargs(xdr, args->fromfh, args->fromname, args->fromlen); in nfs2_xdr_enc_symlinkargs()
H A Dnfs3proc.c570 data->arg.symlink.fromlen = dentry->d_name.len; in nfs3_proc_symlink()
H A Dnfs3xdr.c1090 encode_diropargs3(xdr, args->fromfh, args->fromname, args->fromlen); in nfs3_xdr_enc_symlink3args()