Searched refs:first_val (Results 1 – 2 of 2) sorted by relevance
538 char *first_val = (char *)header + min_offs; in ext2_xattr_set() local555 memmove(first_val + size, first_val, val - first_val); in ext2_xattr_set()556 memset(first_val, 0, size); in ext2_xattr_set()
656 void *first_val = s->base + min_offs; in ext4_xattr_set_entry() local679 memmove(first_val + size, first_val, val - first_val); in ext4_xattr_set_entry()680 memset(first_val, 0, size); in ext4_xattr_set_entry()