Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/erofs/
Derofs_fs.h169 #define EROFS_XATTR_ALIGN(size) round_up(size, sizeof(struct erofs_xattr_entry)) macro
170 #define EROFS_XATTR_ENTRY_SIZE(entry) EROFS_XATTR_ALIGN( \
Dxattr.c226 it->ofs = EROFS_XATTR_ALIGN(it->ofs); in xattr_foreach()