Lines Matching full:prepend
37 * The source of the prepend data can be an optimistic load
56 static bool prepend(struct prepend_buffer *p, const char *str, int namelen) in prepend() function
79 * prepend_name - prepend a pathname in front of current buffer pointer
80 * @p: prepend buffer which contains buffer pointer and allocated length
100 return prepend(p, dname, dlen) && prepend_char(p, '/'); in prepend_name()
140 * prepend_path - Prepend path string to a buffer
143 * @p: prepend buffer which contains buffer pointer and allocated length
287 prepend(&b, " (deleted)", 11); in d_path()
321 prepend(&b, " (deleted)", 11); in simple_dname()
322 prepend(&b, dentry->d_name.name, dentry->d_name.len); in simple_dname()
375 prepend(&b, "//deleted", 10); in dentry_path()
432 prepend(&b, "(unreachable)", 13); in SYSCALL_DEFINE2()