Home
last modified time | relevance | path

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

/linux-6.12.1/fs/nfsd/
Dnfs4xdr.c2771 struct nfsd4_fs_locations *fslocs = &exp->ex_fslocs; in nfsd4_encode_fs_locations4() local
2786 if (xdr_stream_encode_u32(xdr, fslocs->locations_count) != XDR_UNIT) in nfsd4_encode_fs_locations4()
2788 for (i = 0; i < fslocs->locations_count; i++) { in nfsd4_encode_fs_locations4()
2789 status = nfsd4_encode_fs_location4(xdr, &fslocs->locations[i]); in nfsd4_encode_fs_locations4()
Dexport.c746 kuid_t anonu, kgid_t anong, struct nfsd4_fs_locations *fslocs);