Lines Matching defs:buflen
2458 static int prepend(char **buffer, int *buflen, const char *str, int namelen) in prepend()
2468 static int prepend_name(char **buffer, int *buflen, struct qstr *name) in prepend_name()
2484 char **buffer, int *buflen) in prepend_path()
2561 char *buf, int buflen) in __d_path()
2579 char *buf, int buflen) in d_absolute_path()
2602 char **buf, int *buflen) in path_with_deleted()
2614 static int prepend_unreachable(char **buffer, int *buflen) in prepend_unreachable()
2635 char *d_path(const struct path *path, char *buf, int buflen) in d_path()
2671 char *d_path_with_unreachable(const struct path *path, char *buf, int buflen) in d_path_with_unreachable()
2696 char *dynamic_dname(struct dentry *dentry, char *buffer, int buflen, in dynamic_dname()
2717 static char *__dentry_path(struct dentry *dentry, char *buf, int buflen) in __dentry_path()
2748 char *dentry_path_raw(struct dentry *dentry, char *buf, int buflen) in dentry_path_raw()
2760 char *dentry_path(struct dentry *dentry, char *buf, int buflen) in dentry_path()
2815 int buflen = PAGE_SIZE; in SYSCALL_DEFINE2() local