Home
last modified time | relevance | path

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

/fs/ecryptfs/
Dinode.c638 char *lower_buf; in ecryptfs_readlink() local
653 lower_buf = kmalloc(bufsiz, GFP_KERNEL); in ecryptfs_readlink()
654 if (lower_buf == NULL) { in ecryptfs_readlink()
663 (char __user *)lower_buf, in ecryptfs_readlink()
669 dentry, lower_buf, in ecryptfs_readlink()
686 kfree(lower_buf); in ecryptfs_readlink()