Searched refs:XATTR_NEXT_ENTRY (Results 1 – 2 of 2) sorted by relevance
117 #define XATTR_NEXT_ENTRY(entry) ((struct f2fs_xattr_entry *) ((char *)(entry) +\ macro129 entry = XATTR_NEXT_ENTRY(entry))
186 last = XATTR_NEXT_ENTRY(last); in f2fs_setxattr()212 struct f2fs_xattr_entry *next = XATTR_NEXT_ENTRY(here); in f2fs_setxattr()