Home
last modified time | relevance | path

Searched refs:fslocs (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/fs/nfsd/
Dnfs4xdr.c2230 struct nfsd4_fs_locations *fslocs = &exp->ex_fslocs; in nfsd4_encode_fs_locations() local
2238 *p++ = cpu_to_be32(fslocs->locations_count); in nfsd4_encode_fs_locations()
2239 for (i=0; i<fslocs->locations_count; i++) { in nfsd4_encode_fs_locations()
2240 status = nfsd4_encode_fs_location4(xdr, &fslocs->locations[i]); in nfsd4_encode_fs_locations()
Dexport.c655 kuid_t anonu, kgid_t anong, struct nfsd4_fs_locations *fslocs);