Home
last modified time | relevance | path

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

/linux-4.1.27/fs/nfsd/
Dnfs4xdr.c68 check_filename(char *str, int len) in check_filename() function
632 if ((status = check_filename(create->cr_name, create->cr_namelen))) in nfsd4_decode_create()
664 if ((status = check_filename(link->li_name, link->li_namelen))) in nfsd4_decode_link()
758 if ((status = check_filename(lookup->lo_name, lookup->lo_len))) in nfsd4_decode_lookup()
923 if ((status = check_filename(open->op_fname.data, open->op_fname.len))) in nfsd4_decode_open()
938 if ((status = check_filename(open->op_fname.data, open->op_fname.len))) in nfsd4_decode_open()
1061 if ((status = check_filename(remove->rm_name, remove->rm_namelen))) in nfsd4_decode_remove()
1080 if ((status = check_filename(rename->rn_sname, rename->rn_snamelen))) in nfsd4_decode_rename()
1082 if ((status = check_filename(rename->rn_tname, rename->rn_tnamelen))) in nfsd4_decode_rename()
1112 status = check_filename(secinfo->si_name, secinfo->si_namelen); in nfsd4_decode_secinfo()