Searched refs:fs_data (Results 1 – 10 of 10) sorted by relevance
| /linux-6.15/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-6.15/fs/ubifs/ |
| H A D | crypto.c | 11 size_t len, void *fs_data) in ubifs_crypt_set_context() argument
|
| /linux-6.15/include/linux/ |
| H A D | fscrypt.h | 143 void *fs_data); 354 int fscrypt_set_context(struct inode *inode, void *fs_data); 565 static inline int fscrypt_set_context(struct inode *inode, void *fs_data) in fscrypt_set_context() argument
|
| H A D | security.h | 275 const struct xattr *xattr_array, void *fs_data); 405 initxattrs initxattrs, void *fs_data); 885 void *fs_data) in security_inode_init_security() argument
|
| /linux-6.15/fs/ceph/ |
| H A D | crypto.c | 94 size_t len, void *fs_data) in ceph_crypt_set_context() argument 101 WARN_ON_ONCE(fs_data); in ceph_crypt_set_context()
|
| /linux-6.15/fs/crypto/ |
| H A D | policy.c | 770 int fscrypt_set_context(struct inode *inode, void *fs_data) in fscrypt_set_context() argument 788 return inode->i_sb->s_cop->set_context(inode, &ctx, ctxsize, fs_data); in fscrypt_set_context()
|
| /linux-6.15/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_ras.h | 647 struct ras_fs_data fs_data; member
|
| H A D | amdgpu_ras.c | 1873 snprintf(obj->fs_data.sysfs_name, sizeof(obj->fs_data.sysfs_name), in amdgpu_ras_sysfs_create() 1878 .name = obj->fs_data.sysfs_name, in amdgpu_ras_sysfs_create() 2009 memcpy(obj->fs_data.debugfs_name, in amdgpu_ras_debugfs_create() 2011 sizeof(obj->fs_data.debugfs_name)); in amdgpu_ras_debugfs_create() 2013 debugfs_create_file(obj->fs_data.debugfs_name, S_IWUGO | S_IRUGO, dir, in amdgpu_ras_debugfs_create()
|
| /linux-6.15/security/ |
| H A D | security.c | 1815 const initxattrs initxattrs, void *fs_data) in security_inode_init_security() argument 1852 ret = initxattrs(inode, new_xattrs, fs_data); in security_inode_init_security()
|
| /linux-6.15/fs/f2fs/ |
| H A D | super.c | 3266 void *fs_data) in f2fs_set_context() argument 3282 ctx, len, fs_data, XATTR_CREATE); in f2fs_set_context()
|