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()
176 char *buf, int buflen) in __d_path()
192 char *buf, int buflen) in d_absolute_path()
213 char **buf, int *buflen) in path_with_deleted()
225 static int prepend_unreachable(char **buffer, int *buflen) in prepend_unreachable()
256 char *d_path(const struct path *path, char *buf, int buflen) in d_path()
291 char *dynamic_dname(struct dentry *dentry, char *buffer, int buflen, in dynamic_dname()
309 char *simple_dname(struct dentry *dentry, char *buffer, int buflen) in simple_dname()
324 static char *__dentry_path(struct dentry *d, char *buf, int buflen) in __dentry_path()
369 char *dentry_path_raw(struct dentry *dentry, char *buf, int buflen) in dentry_path_raw()
375 char *dentry_path(struct dentry *dentry, char *buf, int buflen) in dentry_path()
440 int buflen = PATH_MAX; in SYSCALL_DEFINE2() local