Home
last modified time | relevance | path

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

/linux-6.6.21/fs/nfs/
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()
Dnfs4xdr.c3751 for (res->nlocations = 0; res->nlocations < n; res->nlocations++) { in decode_attr_fs_locations()
3755 if (res->nlocations == NFS4_FS_LOCATIONS_MAXENTRIES) in decode_attr_fs_locations()
3757 loc = &res->locations[res->nlocations]; in decode_attr_fs_locations()
3773 m, res->nlocations); in decode_attr_fs_locations()
3793 if (res->nlocations != 0) in decode_attr_fs_locations()
Dnfs4state.c2152 if (!locations->nlocations) in nfs4_try_migration()
Dnfs4proc.c4039 for (i = 0; i < locations->nlocations; i++) in _nfs4_discover_trunking()
8013 fs_locations->nlocations = 0; in _nfs4_proc_fs_locations()
8078 locations->nlocations = 0; in _nfs40_proc_get_locations()
8143 locations->nlocations = 0; in _nfs41_proc_get_locations()
/linux-6.6.21/include/linux/
Dnfs_xdr.h1229 int nlocations; member