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

/linux-master/fs/nfsd/
H A Dexport.h29 uint32_t locations_count; member in struct:nfsd4_fs_locations
H A Dexport.c325 for (i = 0; i < fsloc->locations_count; i++) {
461 err = get_uint(mesg, &fsloc->locations_count);
464 if (fsloc->locations_count > MAX_FS_LOCATIONS)
466 if (fsloc->locations_count == 0)
469 fsloc->locations = kcalloc(fsloc->locations_count,
474 for (i=0; i < fsloc->locations_count; i++) {
823 new->ex_fslocs.locations_count = 0;
847 new->ex_fslocs.locations_count = item->ex_fslocs.locations_count;
848 item->ex_fslocs.locations_count
[all...]
H A Dnfs4xdr.c2765 if (xdr_stream_encode_u32(xdr, fslocs->locations_count) != XDR_UNIT)
2767 for (i = 0; i < fslocs->locations_count; i++) {

Completed in 274 milliseconds