Searched refs:DECLARE_BUFFER (Results 1 – 1 of 1) sorted by relevance
/linux-5.19.10/fs/ |
D | d_path.c | 15 #define DECLARE_BUFFER(__name, __buf, __len) \ macro 218 DECLARE_BUFFER(b, buf, buflen); in __d_path() 230 DECLARE_BUFFER(b, buf, buflen); in d_absolute_path() 266 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()
|