Home
last modified time | relevance | path

Searched refs:hosts (Results 1 – 3 of 3) sorted by relevance

/fs/nfsd/
Dexport.h22 char *hosts; /* colon separated list of hosts */ member
Dexport.c302 kfree(locations[i].hosts); in nfsd4_fslocs_free()
417 fsloc->locations[i].hosts = kstrdup(buf, GFP_KERNEL); in fsloc_parse()
418 if (!fsloc->locations[i].hosts) in fsloc_parse()
1176 seq_escape(m, fsloc->locations[0].hosts, ",;@ \t\n\\"); in exp_flags()
1181 seq_escape(m, fsloc->locations[i].hosts, ",;@ \t\n\\"); in exp_flags()
Dnfs4xdr.c1997 status = nfsd4_encode_components_esc(xdr, ':', location->hosts, in nfsd4_encode_fs_location4()