Searched refs:fsloc (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/nfsd/ |
H A D | export.c | 317 static void nfsd4_fslocs_free(struct nfsd4_fs_locations *fsloc) in nfsd4_fslocs_free() argument 319 struct nfsd4_fs_location *locations = fsloc->locations; in nfsd4_fslocs_free() 325 for (i = 0; i < fsloc->locations_count; i++) { in nfsd4_fslocs_free() 331 fsloc->locations = NULL; in nfsd4_fslocs_free() 418 fsloc_parse(char **mesg, char *buf, struct nfsd4_fs_locations *fsloc) in fsloc_parse() argument 423 /* more than one fsloc */ in fsloc_parse() 424 if (fsloc->locations) in fsloc_parse() 428 err = get_uint(mesg, &fsloc->locations_count); in fsloc_parse() 431 if (fsloc->locations_count > MAX_FS_LOCATIONS) in fsloc_parse() 433 if (fsloc in fsloc_parse() 514 fsloc_parse(char **mesg, char *buf, struct nfsd4_fs_locations *fsloc) fsloc_parse() argument 1206 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...] |
/kernel/linux/linux-6.6/fs/nfsd/ |
H A D | export.c | 317 static void nfsd4_fslocs_free(struct nfsd4_fs_locations *fsloc) in nfsd4_fslocs_free() argument 319 struct nfsd4_fs_location *locations = fsloc->locations; in nfsd4_fslocs_free() 325 for (i = 0; i < fsloc->locations_count; i++) { in nfsd4_fslocs_free() 331 fsloc->locations = NULL; in nfsd4_fslocs_free() 447 fsloc_parse(char **mesg, char *buf, struct nfsd4_fs_locations *fsloc) in fsloc_parse() argument 452 /* more than one fsloc */ in fsloc_parse() 453 if (fsloc->locations) in fsloc_parse() 457 err = get_uint(mesg, &fsloc->locations_count); in fsloc_parse() 460 if (fsloc->locations_count > MAX_FS_LOCATIONS) in fsloc_parse() 462 if (fsloc in fsloc_parse() 543 fsloc_parse(char **mesg, char *buf, struct nfsd4_fs_locations *fsloc) fsloc_parse() argument 1308 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...] |
Completed in 4 milliseconds