Searched refs:hosts (Results 1 – 3 of 3) sorted by relevance
/fs/nfsd/ |
D | export.h | 22 char *hosts; /* colon separated list of hosts */ member
|
D | export.c | 302 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()
|
D | nfs4xdr.c | 1997 status = nfsd4_encode_components_esc(xdr, ':', location->hosts, in nfsd4_encode_fs_location4()
|