Lines Matching full:prepend
38 * The source of the prepend data can be an optimistic load
57 static bool prepend(struct prepend_buffer *p, const char *str, int namelen) in prepend() function
80 * prepend_name - prepend a pathname in front of current buffer pointer
81 * @p: prepend buffer which contains buffer pointer and allocated length
101 return prepend(p, dname, dlen) && prepend_char(p, '/'); in prepend_name()
141 * prepend_path - Prepend path string to a buffer
144 * @p: prepend buffer which contains buffer pointer and allocated length
288 prepend(&b, " (deleted)", 11); in d_path()
322 prepend(&b, " (deleted)", 11); in simple_dname()
323 prepend(&b, dentry->d_name.name, dentry->d_name.len); in simple_dname()
376 prepend(&b, "//deleted", 10); in dentry_path()
433 prepend(&b, "(unreachable)", 13); in SYSCALL_DEFINE2()