Searched refs:locations_count (Results 1 – 3 of 3) sorted by relevance
334 for (i = 0; i < fsloc->locations_count; i++) { in nfsd4_fslocs_free()486 err = get_uint(mesg, &fsloc->locations_count); in fsloc_parse()489 if (fsloc->locations_count > MAX_FS_LOCATIONS) in fsloc_parse()491 if (fsloc->locations_count == 0) in fsloc_parse()495 fsloc->locations_count); in fsloc_parse()498 for (i=0; i < fsloc->locations_count; i++) { in fsloc_parse()847 new->ex_fslocs.locations_count = 0; in svc_export_init()871 new->ex_fslocs.locations_count = item->ex_fslocs.locations_count; in export_update()872 item->ex_fslocs.locations_count = 0; in export_update()1448 if (fsloc && fsloc->locations_count > 0) { in exp_flags()[all …]
30 uint32_t locations_count; member
2921 if (xdr_stream_encode_u32(xdr, fslocs->locations_count) != XDR_UNIT) in nfsd4_encode_fs_locations4()2923 for (i = 0; i < fslocs->locations_count; i++) { in nfsd4_encode_fs_locations4()