Searched refs:klist (Results 1 – 1 of 1) sorted by relevance
401 char *klist = NULL; in listxattr() local406 klist = kmalloc(size, GFP_KERNEL); in listxattr()407 if (!klist) in listxattr()411 error = vfs_listxattr(d, klist, size); in listxattr()413 if (size && copy_to_user(list, klist, error)) in listxattr()420 kfree(klist); in listxattr()