Searched refs:nlocations (Results 1 – 4 of 4) sorted by relevance
374 if (locations == NULL || locations->nlocations <= 0) in nfs_follow_referral()385 for (loc = 0; loc < locations->nlocations; loc++) { in nfs_follow_referral()437 if (fs_locations->nlocations <= 0 || in nfs_do_refmount()548 if (locations == NULL || locations->nlocations <= 0) in nfs4_replace_transport()559 for (loc = 0; loc < locations->nlocations; loc++) { in nfs4_replace_transport()
3787 for (res->nlocations = 0; res->nlocations < n; res->nlocations++) { in decode_attr_fs_locations()3791 if (res->nlocations == NFS4_FS_LOCATIONS_MAXENTRIES) in decode_attr_fs_locations()3793 loc = &res->locations[res->nlocations]; in decode_attr_fs_locations()3809 m, res->nlocations); in decode_attr_fs_locations()3829 if (res->nlocations != 0) in decode_attr_fs_locations()
4179 for (i = 0; i < locations->nlocations; i++) { in _nfs4_discover_trunking()8209 fs_locations->nlocations = 0; in _nfs4_proc_fs_locations()8274 locations->nlocations = 0; in _nfs40_proc_get_locations()8339 locations->nlocations = 0; in _nfs41_proc_get_locations()
1261 int nlocations; member