Searched refs:fs_data (Results 1 – 10 of 10) 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 | 133 * @fs_data: If called from fscrypt_set_context(), this will be the 143 void *fs_data); 355 int fscrypt_set_context(struct inode *inode, void *fs_data); 566 static inline int fscrypt_set_context(struct inode *inode, void *fs_data) in fscrypt_set_context() argument
|
H A D | security.h | 273 const struct xattr *xattr_array, void *fs_data); 403 initxattrs initxattrs, void *fs_data); 886 void *fs_data) in security_inode_init_security() argument
|
/linux/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/fs/crypto/ |
H A D | policy.c | 765 * @fs_data: private data given by FS and passed to ->set_context() 772 int fscrypt_set_context(struct inode *inode, void *fs_data) in fscrypt_set_context() argument 790 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.h | 647 struct ras_fs_data fs_data; member
|
H A D | amdgpu_ras.c | 1879 snprintf(obj->fs_data.sysfs_name, sizeof(obj->fs_data.sysfs_name), in amdgpu_ras_sysfs_create() 1884 .name = obj->fs_data.sysfs_name, in amdgpu_ras_sysfs_create() 2015 memcpy(obj->fs_data.debugfs_name, in amdgpu_ras_debugfs_create() 2017 sizeof(obj->fs_data.debugfs_name)); in amdgpu_ras_debugfs_create() 2019 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 | 1792 * @fs_data: filesystem specific data 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/fs/f2fs/ |
H A D | super.c | 3523 void *fs_data) in f2fs_set_context() argument 3539 ctx, len, fs_data, XATTR_CREATE); in f2fs_set_context()
|