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

/linux-master/fs/
H A Dd_path.c48 static bool prepend_copy(void *dst, const void *src, int len) function
68 prepend_copy(p->buf, str, p->len);
76 return prepend_copy(p->buf, str, namelen);
88 * carefully when doing the prepend_copy(). It also prepends "/" at

Completed in 113 milliseconds