Home
last modified time | relevance | path

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

/linux-4.1.27/fs/ecryptfs/
Dinode.c1019 ecryptfs_setxattr(struct dentry *dentry, const char *name, const void *value, in ecryptfs_setxattr() function
1106 .setxattr = ecryptfs_setxattr,
1124 .setxattr = ecryptfs_setxattr,
1134 .setxattr = ecryptfs_setxattr,
Decryptfs_kernel.h615 ecryptfs_setxattr(struct dentry *dentry, const char *name, const void *value,
Dcrypto.c1156 rc = ecryptfs_setxattr(ecryptfs_dentry, ECRYPTFS_XATTR_NAME, page_virt, in ecryptfs_write_metadata_to_xattr()