Home
last modified time | relevance | path

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

/linux-4.19.296/fs/f2fs/
Dxattr.h63 #define ENTRY_SIZE(entry) (XATTR_ALIGN(sizeof(struct f2fs_xattr_entry) + \ macro
67 ENTRY_SIZE(entry)))
Dxattr.c682 free = free + ENTRY_SIZE(here); in __f2fs_setxattr()
697 int oldsize = ENTRY_SIZE(here); in __f2fs_setxattr()