Home
last modified time | relevance | path

Searched refs:DECLARE_BUFFER (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.15/fs/
Dd_path.c15 #define DECLARE_BUFFER(__name, __buf, __len) \ macro
220 DECLARE_BUFFER(b, buf, buflen); in __d_path()
232 DECLARE_BUFFER(b, buf, buflen); in d_absolute_path()
268 DECLARE_BUFFER(b, buf, buflen); in d_path()
322 DECLARE_BUFFER(b, buffer, buflen); in simple_dname()
366 DECLARE_BUFFER(b, buf, buflen); in dentry_path_raw()
375 DECLARE_BUFFER(b, buf, buflen); in dentry_path()
431 DECLARE_BUFFER(b, page, PATH_MAX); in SYSCALL_DEFINE2()