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

/fs/ext2/
H A Dxattr.c539 char *first_val = (char *)header + min_offs; local
556 memmove(first_val + size, first_val, val - first_val);
557 memset(first_val, 0, size);
/fs/ext3/
H A Dxattr.c566 void *first_val = s->base + min_offs; local
584 memmove(first_val + size, first_val, val - first_val);
585 memset(first_val, 0, size);
/fs/ext4/
H A Dxattr.c659 void *first_val = s->base + min_offs; local
682 memmove(first_val + size, first_val, val - first_val);
683 memset(first_val, 0, size);

Completed in 44 milliseconds