Searched refs:lower_buf (Results 1 – 1 of 1) sorted by relevance
635 char *lower_buf; in ecryptfs_readlink_lower() local640 lower_buf = kmalloc(PATH_MAX, GFP_KERNEL); in ecryptfs_readlink_lower()641 if (!lower_buf) in ecryptfs_readlink_lower()646 (char __user *)lower_buf, in ecryptfs_readlink_lower()652 lower_buf, rc); in ecryptfs_readlink_lower()654 kfree(lower_buf); in ecryptfs_readlink_lower()