/Linux-v4.19/fs/crypto/ |
D | policy.c | 80 ret = inode->i_sb->s_cop->get_context(inode, &ctx, sizeof(ctx)); in fscrypt_ioctl_set_policy() 116 res = inode->i_sb->s_cop->get_context(inode, &ctx, sizeof(ctx)); in fscrypt_ioctl_get_policy() 210 res = cops->get_context(parent, &parent_ctx, sizeof(parent_ctx)); in fscrypt_has_permitted_context() 214 res = cops->get_context(child, &child_ctx, sizeof(child_ctx)); in fscrypt_has_permitted_context()
|
D | keyinfo.c | 304 res = inode->i_sb->s_cop->get_context(inode, &ctx, sizeof(ctx)); in fscrypt_get_encryption_info()
|
/Linux-v4.19/drivers/scsi/cxlflash/ |
D | backend.h | 34 void * (*get_context)(struct pci_dev *dev, void *afu_cookie); member
|
D | superpipe.c | 159 struct ctx_info *get_context(struct cxlflash_cfg *cfg, u64 rctxid, in get_context() function 660 ctxi = get_context(cfg, rctxid, lli, CTX_CTRL_ERR_FALLBACK); in _cxlflash_disk_release() 913 ctxi = get_context(cfg, rctxid, lli, CTX_CTRL_ERR_FALLBACK); in _cxlflash_disk_detach() 1013 ctxi = get_context(cfg, ctxid, file, ctrl); in cxlflash_cxl_release() 1015 ctxi = get_context(cfg, ctxid, file, ctrl | CTX_CTRL_CLONE); in cxlflash_cxl_release() 1128 ctxi = get_context(cfg, ctxid, file, ctrl); in cxlflash_mmap_fault() 1201 ctxi = get_context(cfg, ctxid, file, ctrl); in cxlflash_cxl_mmap() 1366 ctxi = get_context(cfg, rctxid, NULL, 0); in cxlflash_disk_attach() 1695 ctxi = get_context(cfg, rctxid, lli, CTX_CTRL_ERR_FALLBACK); in cxlflash_afu_recover() 1860 ctxi = get_context(cfg, rctxid, lli, 0); in cxlflash_disk_verify() [all …]
|
D | superpipe.h | 139 struct ctx_info *get_context(struct cxlflash_cfg *cfg, u64 rctxit, void *arg,
|
D | cxl_hw.c | 167 .get_context = cxlflash_get_context,
|
D | vlun.c | 774 ctxi = get_context(cfg, rctxid, lli, CTX_CTRL_ERR_FALLBACK); in _cxlflash_vlun_resize() 1025 ctxi = get_context(cfg, rctxid, lli, 0); in cxlflash_disk_virtual_open() 1234 ctxi_src = get_context(cfg, rctxid_src, lli, CTX_CTRL_CLONE); in cxlflash_disk_clone() 1235 ctxi_dst = get_context(cfg, rctxid_dst, lli, 0); in cxlflash_disk_clone()
|
D | ocxl_hw.c | 1404 .get_context = ocxlflash_get_context,
|
D | main.c | 2020 ctx = cfg->ops->get_context(cfg->dev, cfg->afu_cookie); in init_mc()
|
/Linux-v4.19/fs/nfs/ |
D | fscache-index.c | 140 .get_context = nfs_fh_get_context,
|
/Linux-v4.19/fs/ubifs/ |
D | crypto.c | 81 .get_context = ubifs_crypt_get_context,
|
/Linux-v4.19/fs/fscache/ |
D | internal.h | 337 if (cookie->def->get_context) in fscache_get_context() 338 cookie->def->get_context(cookie->netfs_data, context); in fscache_get_context()
|
/Linux-v4.19/include/linux/ |
D | fscrypt_supp.h | 28 int (*get_context)(struct inode *, void *, size_t); member
|
D | fscache.h | 101 void (*get_context)(void *cookie_netfs_data, void *context); member
|
/Linux-v4.19/drivers/infiniband/core/ |
D | uverbs.h | 308 IB_UVERBS_DECLARE_CMD(get_context);
|
/Linux-v4.19/Documentation/filesystems/caching/ |
D | netfs-api.txt | 137 void (*get_context)(void *cookie_netfs_data, void *context); 482 maintained with the get_context/put_context functions mentioned above.
|
/Linux-v4.19/fs/f2fs/ |
D | super.c | 1970 .get_context = f2fs_get_context,
|
/Linux-v4.19/fs/ext4/ |
D | super.c | 1297 .get_context = ext4_get_context,
|