Lines Matching defs:buflen
2824 static int prepend(char **buffer, int *buflen, const char *str, int namelen) in prepend()
2852 static int prepend_name(char **buffer, int *buflen, struct qstr *name) in prepend_name()
2893 char **buffer, int *buflen) in prepend_path()
2992 char *buf, int buflen) in __d_path()
3008 char *buf, int buflen) in d_absolute_path()
3029 char **buf, int *buflen) in path_with_deleted()
3041 static int prepend_unreachable(char **buffer, int *buflen) in prepend_unreachable()
3072 char *d_path(const struct path *path, char *buf, int buflen) in d_path()
3107 char *dynamic_dname(struct dentry *dentry, char *buffer, int buflen, in dynamic_dname()
3125 char *simple_dname(struct dentry *dentry, char *buffer, int buflen) in simple_dname()
3140 static char *__dentry_path(struct dentry *d, char *buf, int buflen) in __dentry_path()
3185 char *dentry_path_raw(struct dentry *dentry, char *buf, int buflen) in dentry_path_raw()
3191 char *dentry_path(struct dentry *dentry, char *buf, int buflen) in dentry_path()
3256 int buflen = PATH_MAX; in SYSCALL_DEFINE2() local