Searched refs:DECLARE_BUFFER (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/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() 319 DECLARE_BUFFER(b, buffer, buflen); in simple_dname() 363 DECLARE_BUFFER(b, buf, buflen); in dentry_path_raw() 372 DECLARE_BUFFER(b, buf, buflen); in dentry_path() 428 DECLARE_BUFFER(b, page, PATH_MAX); in SYSCALL_DEFINE2()
|