Home
last modified time | relevance | path

Searched refs:EROFS_XATTR_ALIGN (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/fs/erofs/
H A Derofs_fs.h187 #define EROFS_XATTR_ALIGN(size) round_up(size, sizeof(struct erofs_xattr_entry)) macro
191 return EROFS_XATTR_ALIGN(sizeof(struct erofs_xattr_entry) + in erofs_xattr_entry_size()
H A Dxattr.c238 * since we do EROFS_XATTR_ALIGN in xattr_foreach()
320 it->ofs = EROFS_XATTR_ALIGN(it->ofs); in xattr_foreach()
/kernel/linux/linux-6.6/fs/erofs/
H A Derofs_fs.h254 #define EROFS_XATTR_ALIGN(size) round_up(size, sizeof(struct erofs_xattr_entry)) macro
258 return EROFS_XATTR_ALIGN(sizeof(struct erofs_xattr_entry) + in erofs_xattr_entry_size()

Completed in 3 milliseconds