Lines Matching defs:buflen
11 static int prepend(char **buffer, int *buflen, const char *str, int namelen) in prepend()
38 static int prepend_name(char **buffer, int *buflen, const struct qstr *name) in prepend_name()
77 char **buffer, int *buflen) in prepend_path()
182 char *buf, int buflen) in __d_path()
198 char *buf, int buflen) in d_absolute_path()
219 char **buf, int *buflen) in path_with_deleted()
231 static int prepend_unreachable(char **buffer, int *buflen) in prepend_unreachable()
262 char *d_path(const struct path *path, char *buf, int buflen) in d_path()
297 char *dynamic_dname(struct dentry *dentry, char *buffer, int buflen, in dynamic_dname()
315 char *simple_dname(struct dentry *dentry, char *buffer, int buflen) in simple_dname()
329 static char *__dentry_path(struct dentry *d, char *buf, int buflen) in __dentry_path()
374 char *dentry_path_raw(struct dentry *dentry, char *buf, int buflen) in dentry_path_raw()
380 char *dentry_path(struct dentry *dentry, char *buf, int buflen) in dentry_path()
445 int buflen = PATH_MAX; in SYSCALL_DEFINE2() local