Home
last modified time | relevance | path

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

/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Dcoda.h90 #undef DIRSIZ
91 #define DIRSIZ(dp) ((sizeof (struct venus_dirent) - (CODA_MAXNAMLEN+1)) + \ macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Dcoda.h89 #undef DIRSIZ
90 #define DIRSIZ(dp) ((sizeof(struct venus_dirent) - (CODA_MAXNAMLEN + 1)) + (((dp)->d_namlen + 1 + 3… macro
/kernel/linux/linux-5.10/include/uapi/linux/
Dcoda.h158 #undef DIRSIZ
159 #define DIRSIZ(dp) ((sizeof (struct venus_dirent) - (CODA_MAXNAMLEN+1)) + \ macro