Home
last modified time | relevance | path

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

/linux-4.19.296/fs/nfsd/
Dexport.c301 for (i = 0; i < fsloc->locations_count; i++) { in nfsd4_fslocs_free()
399 err = get_uint(mesg, &fsloc->locations_count); in fsloc_parse()
402 if (fsloc->locations_count > MAX_FS_LOCATIONS) in fsloc_parse()
404 if (fsloc->locations_count == 0) in fsloc_parse()
407 fsloc->locations = kcalloc(fsloc->locations_count, in fsloc_parse()
412 for (i=0; i < fsloc->locations_count; i++) { in fsloc_parse()
709 new->ex_fslocs.locations_count = 0; in svc_export_init()
732 new->ex_fslocs.locations_count = item->ex_fslocs.locations_count; in export_update()
733 item->ex_fslocs.locations_count = 0; in export_update()
1182 if (fsloc && fsloc->locations_count > 0) { in exp_flags()
[all …]
Dexport.h28 uint32_t locations_count; member
Dnfs4xdr.c2238 *p++ = cpu_to_be32(fslocs->locations_count); in nfsd4_encode_fs_locations()
2239 for (i=0; i<fslocs->locations_count; i++) { in nfsd4_encode_fs_locations()