Lines Matching refs:prepend_buffer
12 struct prepend_buffer {
17 struct prepend_buffer __name = {.buf = __buf + __len, .len = __len}
19 static char *extract_string(struct prepend_buffer *p)
26 static bool prepend_char(struct prepend_buffer *p, unsigned char c)
57 static bool prepend(struct prepend_buffer *p, const char *str, int namelen)
96 static bool prepend_name(struct prepend_buffer *p, const struct qstr *name)
105 const struct path *root, struct prepend_buffer *p)
158 struct prepend_buffer *p)
161 struct prepend_buffer b;
331 static char *__dentry_path(const struct dentry *d, struct prepend_buffer *p)
334 struct prepend_buffer b;