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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ecryptfs/
H A Dinode.c618 char *lower_buf; local
629 lower_buf = kmalloc(bufsiz, GFP_KERNEL);
630 if (lower_buf == NULL) {
641 (char __user *)lower_buf,
646 rc = ecryptfs_decode_filename(crypt_stat, lower_buf, rc,
662 kfree(lower_buf);

Completed in 82 milliseconds