Home
last modified time | relevance | path

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

/linux/fs/nfs/
H A Dnfs40proc.c201 locations->nlocations = 0; in _nfs40_proc_get_locations()
H A Dnfs4xdr.c3799 for (res->nlocations = 0; res->nlocations < n; res->nlocations++) { in decode_attr_fs_locations()
3803 if (res->nlocations == NFS4_FS_LOCATIONS_MAXENTRIES) in decode_attr_fs_locations()
3805 loc = &res->locations[res->nlocations]; in decode_attr_fs_locations()
3821 m, res->nlocations); in decode_attr_fs_locations()
3841 if (res->nlocations != 0) in decode_attr_fs_locations()
H A Dnfs4state.c2102 if (!locations->nlocations) in nfs4_try_migration()
H A Dnfs4proc.c4150 for (i = 0; i < locations->nlocations; i++) { in _nfs4_discover_trunking()
8148 fs_locations->nlocations = 0; in _nfs4_proc_fs_locations()
8225 locations->nlocations = 0; in _nfs41_proc_get_locations()
/linux/include/linux/
H A Dnfs_xdr.h1279 int nlocations; member