Searched refs:lower_buf (Results 1 – 1 of 1) sorted by relevance
655 char *lower_buf; in ecryptfs_readlink_lower() local660 lower_buf = kmalloc(PATH_MAX, GFP_KERNEL); in ecryptfs_readlink_lower()661 if (!lower_buf) in ecryptfs_readlink_lower()666 (char __user *)lower_buf, in ecryptfs_readlink_lower()672 lower_buf, rc); in ecryptfs_readlink_lower()674 kfree(lower_buf); in ecryptfs_readlink_lower()