Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4.h1467 extern char *utf8_to_fn(utf8string *, uint_t *, char *);
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_srv.c1838 nm = utf8_to_fn(&args->objname, &len, NULL); in rfs4_op_create()
2767 nm = utf8_to_fn(&args->newname, &len, NULL); in rfs4_op_link()
4306 nm = utf8_to_fn(&args->target, &len, NULL); in rfs4_op_remove()
4637 onm = utf8_to_fn(&args->oldname, &olen, NULL); in rfs4_op_rename()
4653 nnm = utf8_to_fn(&args->newname, &nlen, NULL); in rfs4_op_rename()
4932 nnm = utf8_to_fn(&args->newname, &nlen, NULL); in rfs4_op_rename()
6285 nm = utf8_to_fn(component, &len, NULL); in rfs4_lookup()
6603 nm = utf8_to_fn(component, &buflen, NULL); in rfs4_createfile()
H A Dnfs4_subr.c545 utf8_to_fn(utf8string *u8s, uint_t *lenp, char *s) in utf8_to_fn() function