Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/erofs/
Derofs_fs.h170 #define EROFS_XATTR_ENTRY_SIZE(entry) EROFS_XATTR_ALIGN( \ macro
Dxattr.c158 unsigned entry_sz = EROFS_XATTR_ENTRY_SIZE(&entry); in xattr_foreach()