Home
last modified time | relevance | path

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

/linux-6.15/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 Dnfs4state.c2144 if (!locations->nlocations) in nfs4_try_migration()
H A Dnfs4proc.c4194 for (i = 0; i < locations->nlocations; i++) { in _nfs4_discover_trunking()
8250 fs_locations->nlocations = 0; in _nfs4_proc_fs_locations()
8315 locations->nlocations = 0; in _nfs40_proc_get_locations()
8380 locations->nlocations = 0; in _nfs41_proc_get_locations()
/linux-6.15/include/linux/
H A Dnfs_xdr.h1261 int nlocations; member