Searched refs:fs_data (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | fscrypt.h | 63 void *fs_data); 185 int fscrypt_set_context(struct inode *inode, void *fs_data); 371 static inline int fscrypt_set_context(struct inode *inode, void *fs_data) in fscrypt_set_context() argument
|
| H A D | security.h | 223 const struct xattr *xattr_array, void *fs_data); 326 initxattrs initxattrs, void *fs_data); 739 void *fs_data) in security_inode_init_security() argument
|
| /OK3568_Linux_fs/kernel/fs/ubifs/ |
| H A D | crypto.c | 11 size_t len, void *fs_data) in ubifs_crypt_set_context() argument
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_ras.c | 1066 memcpy(obj->fs_data.sysfs_name, in amdgpu_ras_sysfs_create() 1068 sizeof(obj->fs_data.sysfs_name)); in amdgpu_ras_sysfs_create() 1072 .name = obj->fs_data.sysfs_name, in amdgpu_ras_sysfs_create() 1186 memcpy(obj->fs_data.debugfs_name, in amdgpu_ras_debugfs_create() 1188 sizeof(obj->fs_data.debugfs_name)); in amdgpu_ras_debugfs_create() 1190 obj->ent = debugfs_create_file(obj->fs_data.debugfs_name, in amdgpu_ras_debugfs_create()
|
| H A D | amdgpu_ras.h | 410 struct ras_fs_data fs_data; member
|
| /OK3568_Linux_fs/kernel/fs/crypto/ |
| H A D | policy.c | 677 int fscrypt_set_context(struct inode *inode, void *fs_data) in fscrypt_set_context() argument 698 return inode->i_sb->s_cop->set_context(inode, &ctx, ctxsize, fs_data); in fscrypt_set_context()
|
| /OK3568_Linux_fs/kernel/security/ |
| H A D | security.c | 1008 const initxattrs initxattrs, void *fs_data) in security_inode_init_security() argument 1033 ret = initxattrs(inode, new_xattrs, fs_data); in security_inode_init_security()
|
| /OK3568_Linux_fs/kernel/fs/f2fs/ |
| H A D | super.c | 2861 void *fs_data) in f2fs_set_context() argument 2877 ctx, len, fs_data, XATTR_CREATE); in f2fs_set_context()
|
| /OK3568_Linux_fs/kernel/fs/ext4/ |
| H A D | super.c | 1492 void *fs_data) in ext4_set_context() argument 1494 handle_t *handle = fs_data; in ext4_set_context()
|