Searched refs:DECLARE_BUFFER (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/fs/ |
H A D | d_path.c | 16 #define DECLARE_BUFFER(__name, __buf, __len) \ macro 219 DECLARE_BUFFER(b, buf, buflen); in __d_path() 231 DECLARE_BUFFER(b, buf, buflen); in d_absolute_path() 267 DECLARE_BUFFER(b, buf, buflen); in d_path() 320 DECLARE_BUFFER(b, buffer, buflen); in simple_dname() 364 DECLARE_BUFFER(b, buf, buflen); in dentry_path_raw() 373 DECLARE_BUFFER(b, buf, buflen); in dentry_path() 429 DECLARE_BUFFER(b, page, PATH_MAX); in SYSCALL_DEFINE2()
|