Lines Matching defs:buflen
2822 static int prepend(char **buffer, int *buflen, const char *str, int namelen) in prepend()
2850 static int prepend_name(char **buffer, int *buflen, struct qstr *name) in prepend_name()
2891 char **buffer, int *buflen) in prepend_path()
2990 char *buf, int buflen) in __d_path()
3006 char *buf, int buflen) in d_absolute_path()
3027 char **buf, int *buflen) in path_with_deleted()
3039 static int prepend_unreachable(char **buffer, int *buflen) in prepend_unreachable()
3070 char *d_path(const struct path *path, char *buf, int buflen) in d_path()
3105 char *dynamic_dname(struct dentry *dentry, char *buffer, int buflen, in dynamic_dname()
3123 char *simple_dname(struct dentry *dentry, char *buffer, int buflen) in simple_dname()
3138 static char *__dentry_path(struct dentry *d, char *buf, int buflen) in __dentry_path()
3183 char *dentry_path_raw(struct dentry *dentry, char *buf, int buflen) in dentry_path_raw()
3189 char *dentry_path(struct dentry *dentry, char *buf, int buflen) in dentry_path()
3254 int buflen = PATH_MAX; in SYSCALL_DEFINE2() local