Home
last modified time | relevance | path

Searched refs:urilen (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/fs/exofs/
Dsys.c78 return snprintf(buf, edp->urilen, "%s", edp->uri); in uri_show()
85 edp->urilen = strlen(buf) + 1; in uri_store()
86 new_uri = krealloc(edp->uri, edp->urilen, GFP_KERNEL); in uri_store()
90 strncpy(edp->uri, buf, edp->urilen); in uri_store()
91 return edp->urilen; in uri_store()
Dexofs.h59 unsigned urilen; member