Home
last modified time | relevance | path

Searched refs:lower_buf (Results 1 – 1 of 1) sorted by relevance

/fs/ecryptfs/
Dinode.c635 char *lower_buf; in ecryptfs_readlink_lower() local
640 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()