Lines Matching refs:here
630 struct f2fs_xattr_entry *here, *last;
658 here = __find_xattr(base_addr, last_base_addr, index, len, name);
659 if (!here) {
667 found = IS_XATTR_LAST_ENTRY(here) ? 0 : 1;
675 if (value && f2fs_xattr_value_same(here, value, size))
682 last = here;
706 free = free + ENTRY_SIZE(here);
720 struct f2fs_xattr_entry *next = XATTR_NEXT_ENTRY(here);
721 int oldsize = ENTRY_SIZE(here);
723 memmove(here, next, (char *)last - (char *)next);
734 * Before we come here, old entry is removed.