Searched refs:startsep (Results 1 - 2 of 2) sorted by relevance

/linux-master/fs/nfs/
H A Dpnfs_nfs.c1097 char *startsep = ""; local
1155 startsep = "[";
1175 len = strlen(startsep) + strlen(buf) + strlen(endsep) + 7;
1180 snprintf(da->da_remotestr, len, "%s%s%s:%u", startsep,
/linux-master/fs/nfsd/
H A Dnfs4proc.c1423 char *startsep = "", *endsep = "", *match_netid = "tcp"; local
1439 startsep = "[";
1457 /* 2 for ipv6 endsep and startsep. 3 for ":/" and trailing '/0'*/
1475 snprintf(dev_name, len + 5, "%s%s%s:/", startsep, ipaddr, endsep);

Completed in 219 milliseconds