Home
last modified time | relevance | path

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

/fs/nfsd/
Dnfs4xdr.c84 check_filename(char *str, int len) in check_filename() function
687 if ((status = check_filename(create->cr_name, create->cr_namelen))) in nfsd4_decode_create()
720 if ((status = check_filename(link->li_name, link->li_namelen))) in nfsd4_decode_link()
814 if ((status = check_filename(lookup->lo_name, lookup->lo_len))) in nfsd4_decode_lookup()
981 if ((status = check_filename(open->op_fname.data, open->op_fname.len))) in nfsd4_decode_open()
996 if ((status = check_filename(open->op_fname.data, open->op_fname.len))) in nfsd4_decode_open()
1119 if ((status = check_filename(remove->rm_name, remove->rm_namelen))) in nfsd4_decode_remove()
1138 if ((status = check_filename(rename->rn_sname, rename->rn_snamelen))) in nfsd4_decode_rename()
1140 if ((status = check_filename(rename->rn_tname, rename->rn_tnamelen))) in nfsd4_decode_rename()
1170 status = check_filename(secinfo->si_name, secinfo->si_namelen); in nfsd4_decode_secinfo()