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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfsd/
H A Dexport.c310 static void nfsd4_fslocs_free(struct nfsd4_fs_locations *fsloc) argument
314 for (i = 0; i < fsloc->locations_count; i++) {
315 kfree(fsloc->locations[i].path);
316 kfree(fsloc->locations[i].hosts);
318 kfree(fsloc->locations);
405 fsloc_parse(char **mesg, char *buf, struct nfsd4_fs_locations *fsloc) argument
411 err = get_int(mesg, &fsloc->locations_count);
414 if (fsloc->locations_count > MAX_FS_LOCATIONS)
416 if (fsloc->locations_count == 0)
419 fsloc
485 fsloc_parse(char **mesg, char *buf, struct nfsd4_fs_locations *fsloc) argument
1477 exp_flags(struct seq_file *m, int flag, int fsid, uid_t anonu, uid_t anong, struct nfsd4_fs_locations *fsloc) argument
[all...]

Completed in 100 milliseconds