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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ecryptfs/
H A Decryptfs_kernel.h540 int ecryptfs_truncate(struct dentry *dentry, loff_t new_length);
H A Dinode.c735 * ecryptfs_truncate
746 int ecryptfs_truncate(struct dentry *dentry, loff_t new_length) function
882 * i.e. truncation, then ecryptfs_truncate will handle the size modification
949 rc = ecryptfs_truncate(dentry, ia->ia_size);
950 /* ecryptfs_truncate handles resizing of the lower file */
H A Dmmap.c416 rc = ecryptfs_truncate(file->f_path.dentry,

Completed in 96 milliseconds