Home
last modified time | relevance | path

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

/linux/fs/nfsd/
H A Dexport.c315 static void nfsd4_fslocs_free(struct nfsd4_fs_locations *fsloc) in nfsd4_fslocs_free() argument
317 struct nfsd4_fs_location *locations = fsloc->locations; in nfsd4_fslocs_free()
323 for (i = 0; i < fsloc->locations_count; i++) { in nfsd4_fslocs_free()
329 fsloc->locations = NULL; in nfsd4_fslocs_free()
462 fsloc_parse(char **mesg, char *buf, struct nfsd4_fs_locations *fsloc) in fsloc_parse() argument
467 /* more than one fsloc */ in fsloc_parse()
468 if (fsloc->locations) in fsloc_parse()
472 err = get_uint(mesg, &fsloc->locations_count); in fsloc_parse()
475 if (fsloc->locations_count > MAX_FS_LOCATIONS) in fsloc_parse()
477 if (fsloc in fsloc_parse()
558 fsloc_parse(char ** mesg,char * buf,struct nfsd4_fs_locations * fsloc) fsloc_parse() argument
1390 exp_flags(struct seq_file * m,int flag,int fsid,kuid_t anonu,kgid_t anong,struct nfsd4_fs_locations * fsloc) exp_flags() argument
[all...]