Searched refs:utf8_to_fn (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4.h1321 extern char *utf8_to_fn(utf8string *, uint_t *, char *);
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_srv.c1591 nm = utf8_to_fn(&args->objname, &len, NULL);
2511 nm = utf8_to_fn(&args->newname, &len, NULL);
4114 nm = utf8_to_fn(&args->target, &len, NULL);
4442 onm = utf8_to_fn(&args->oldname, &olen, NULL);
4458 nnm = utf8_to_fn(&args->newname, &nlen, NULL);
4711 nnm = utf8_to_fn(&args->newname, &nlen, NULL);
6066 nm = utf8_to_fn(component, &len, NULL);
6360 nm = utf8_to_fn(component, &buflen, NULL);
H A Dnfs4_subr.c545 utf8_to_fn(utf8string *u8s, uint_t *lenp, char *s) function

Completed in 89 milliseconds