Home
last modified time | relevance | path

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

/linux-4.19.296/fs/nfsd/
Dnfs4xdr.c83 check_filename(char *str, int len) in check_filename() function
682 if ((status = check_filename(create->cr_name, create->cr_namelen))) in nfsd4_decode_create()
715 if ((status = check_filename(link->li_name, link->li_namelen))) in nfsd4_decode_link()
809 if ((status = check_filename(lookup->lo_name, lookup->lo_len))) in nfsd4_decode_lookup()
976 if ((status = check_filename(open->op_fname.data, open->op_fname.len))) in nfsd4_decode_open()
991 if ((status = check_filename(open->op_fname.data, open->op_fname.len))) in nfsd4_decode_open()
1114 if ((status = check_filename(remove->rm_name, remove->rm_namelen))) in nfsd4_decode_remove()
1133 if ((status = check_filename(rename->rn_sname, rename->rn_snamelen))) in nfsd4_decode_rename()
1135 if ((status = check_filename(rename->rn_tname, rename->rn_tnamelen))) in nfsd4_decode_rename()
1165 status = check_filename(secinfo->si_name, secinfo->si_namelen); in nfsd4_decode_secinfo()