Searched refs:check_filename (Results 1 – 1 of 1) sorted by relevance
/fs/nfsd/ |
D | nfs4xdr.c | 87 check_filename(char *str, int len) in check_filename() function 728 if ((status = check_filename(create->cr_name, create->cr_namelen))) in nfsd4_decode_create() 761 if ((status = check_filename(link->li_name, link->li_namelen))) in nfsd4_decode_link() 855 if ((status = check_filename(lookup->lo_name, lookup->lo_len))) in nfsd4_decode_lookup() 1022 if ((status = check_filename(open->op_fname.data, open->op_fname.len))) in nfsd4_decode_open() 1037 if ((status = check_filename(open->op_fname.data, open->op_fname.len))) in nfsd4_decode_open() 1160 if ((status = check_filename(remove->rm_name, remove->rm_namelen))) in nfsd4_decode_remove() 1179 if ((status = check_filename(rename->rn_sname, rename->rn_snamelen))) in nfsd4_decode_rename() 1181 if ((status = check_filename(rename->rn_tname, rename->rn_tnamelen))) in nfsd4_decode_rename() 1211 status = check_filename(secinfo->si_name, secinfo->si_namelen); in nfsd4_decode_secinfo()
|