Searched refs:klist (Results 1 – 1 of 1) sorted by relevance
608 char *klist = NULL; in listxattr() local613 klist = kvmalloc(size, GFP_KERNEL); in listxattr()614 if (!klist) in listxattr()618 error = vfs_listxattr(d, klist, size); in listxattr()620 if (size && copy_to_user(list, klist, error)) in listxattr()628 kvfree(klist); in listxattr()