Searched refs:__vfs_setxattr (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | xattr.h | 54 int __vfs_setxattr(struct dentry *, struct inode *, const char *, const void *, size_t, int);
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | xattr.c | 165 __vfs_setxattr(struct dentry *dentry, struct inode *inode, const char *name, in __vfs_setxattr() function 179 EXPORT_SYMBOL(__vfs_setxattr); 208 error = __vfs_setxattr(dentry, inode, name, value, size, flags); in __vfs_setxattr_noperm()
|
| /OK3568_Linux_fs/kernel/fs/ecryptfs/ |
| H A D | mmap.c | 429 rc = __vfs_setxattr(lower_dentry, lower_inode, ECRYPTFS_XATTR_NAME, in ecryptfs_write_inode_size_to_xattr()
|
| H A D | crypto.c | 1111 rc = __vfs_setxattr(lower_dentry, lower_inode, ECRYPTFS_XATTR_NAME, in ecryptfs_write_metadata_to_xattr()
|
| /OK3568_Linux_fs/kernel/security/smack/ |
| H A D | smack_lsm.c | 3429 rc = __vfs_setxattr(dp, inode, in smack_d_instantiate()
|