Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/nfs/
H A Dnfs4.h1322 extern char *utf8_to_fn(utf8string *, uint_t *, char *);
/titanic_44/usr/src/uts/common/fs/nfs/
H A Dnfs4_srv.c1597 nm = utf8_to_fn(&args->objname, &len, NULL); in rfs4_op_create()
2525 nm = utf8_to_fn(&args->newname, &len, NULL); in rfs4_op_link()
4159 nm = utf8_to_fn(&args->target, &len, NULL); in rfs4_op_remove()
4495 onm = utf8_to_fn(&args->oldname, &olen, NULL); in rfs4_op_rename()
4511 nnm = utf8_to_fn(&args->newname, &nlen, NULL); in rfs4_op_rename()
4764 nnm = utf8_to_fn(&args->newname, &nlen, NULL); in rfs4_op_rename()
6118 nm = utf8_to_fn(component, &len, NULL); in rfs4_lookup()
6412 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