Home
last modified time | relevance | path

Searched refs:nlocations (Results 1 – 4 of 4) sorted by relevance

/linux/fs/nfs/
H A Dnfs4namespace.c374 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()
H A Dnfs4xdr.c3787 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()
H A Dnfs4proc.c4179 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()
/linux/include/linux/
H A Dnfs_xdr.h1261 int nlocations; member