Searched refs:fs_data (Results 1 – 9 of 9) sorted by relevance
| /linux/fs/ext4/ |
| H A D | crypto.c | 133 void *fs_data) in ext4_set_context() argument 135 handle_t *handle = fs_data; in ext4_set_context()
|
| /linux/fs/ubifs/ |
| H A D | crypto.c | 11 size_t len, void *fs_data) in ubifs_crypt_set_context() argument
|
| /linux/include/linux/ |
| H A D | fscrypt.h | 149 void *fs_data); 389 int fscrypt_set_context(struct inode *inode, void *fs_data); 600 static inline int fscrypt_set_context(struct inode *inode, void *fs_data) in fscrypt_set_context() argument
|
| H A D | security.h | 272 const struct xattr *xattr_array, void *fs_data); 402 initxattrs initxattrs, void *fs_data); 886 void *fs_data) in security_inode_init_security() argument
|
| /linux/fs/ceph/ |
| H A D | crypto.c | 41 size_t len, void *fs_data) in ceph_crypt_set_context() argument 48 WARN_ON_ONCE(fs_data); in ceph_crypt_set_context()
|
| /linux/fs/crypto/ |
| H A D | policy.c | 772 int fscrypt_set_context(struct inode *inode, void *fs_data) in fscrypt_set_context() argument 791 return inode->i_sb->s_cop->set_context(inode, &ctx, ctxsize, fs_data); in fscrypt_set_context()
|
| /linux/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_ras.c | 2081 snprintf(obj->fs_data.sysfs_name, sizeof(obj->fs_data.sysfs_name), in amdgpu_ras_sysfs_create() 2086 .name = obj->fs_data.sysfs_name, in amdgpu_ras_sysfs_create() 2217 memcpy(obj->fs_data.debugfs_name, in amdgpu_ras_debugfs_create() 2219 sizeof(obj->fs_data.debugfs_name)); in amdgpu_ras_debugfs_create() 2221 debugfs_create_file(obj->fs_data.debugfs_name, S_IWUGO | S_IRUGO, dir, in amdgpu_ras_debugfs_create()
|
| /linux/security/ |
| H A D | security.c | 1307 const initxattrs initxattrs, void *fs_data) in security_inode_init_security() argument 1344 ret = initxattrs(inode, new_xattrs, fs_data); in security_inode_init_security()
|
| /linux/fs/f2fs/ |
| H A D | super.c | 3644 void *fs_data) in f2fs_set_context() argument 3660 ctx, len, fs_data, XATTR_CREATE); in f2fs_set_context()
|