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

/linux-master/fs/nfs/
H A Dpnfs_nfs.c1098 char *endsep = ""; local
1156 endsep = "]";
1175 len = strlen(startsep) + strlen(buf) + strlen(endsep) + 7;
1181 buf, endsep, ntohs(port));
/linux-master/fs/nfsd/
H A Dnfs4proc.c1423 char *startsep = "", *endsep = "", *match_netid = "tcp"; local
1440 endsep = "]";
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 126 milliseconds