Searched refs:lower_buf (Results 1 – 1 of 1) sorted by relevance
654 char *lower_buf; in ecryptfs_readlink_lower() local659 lower_buf = kmalloc(PATH_MAX, GFP_KERNEL); in ecryptfs_readlink_lower()660 if (!lower_buf) in ecryptfs_readlink_lower()665 (char __user *)lower_buf, in ecryptfs_readlink_lower()671 lower_buf, rc); in ecryptfs_readlink_lower()673 kfree(lower_buf); in ecryptfs_readlink_lower()