Lines Matching refs:buflen
204 * @buflen: buffer length
211 * "buflen" should be positive.
217 char *buf, int buflen)
219 DECLARE_BUFFER(b, buf, buflen);
228 char *buf, int buflen)
231 DECLARE_BUFFER(b, buf, buflen);
253 * @buflen: buffer length
263 * "buflen" should be positive.
265 char *d_path(const struct path *path, char *buf, int buflen)
267 DECLARE_BUFFER(b, buf, buflen);
283 return path->dentry->d_op->d_dname(path->dentry, buf, buflen);
301 char *dynamic_dname(char *buffer, int buflen, const char *fmt, ...)
311 if (sz > sizeof(temp) || sz > buflen)
314 buffer += buflen - sz;
318 char *simple_dname(struct dentry *dentry, char *buffer, int buflen)
320 DECLARE_BUFFER(b, buffer, buflen);
362 char *dentry_path_raw(const struct dentry *dentry, char *buf, int buflen)
364 DECLARE_BUFFER(b, buf, buflen);
371 char *dentry_path(const struct dentry *dentry, char *buf, int buflen)
373 DECLARE_BUFFER(b, buf, buflen);