Searched refs:alloc_ctx (Results 1 – 17 of 17) sorted by relevance
| /linux-6.15/tools/testing/selftests/bpf/prog_tests/ |
| H A D | preempted_bpf_ma_op.c | 14 struct alloc_ctx { struct 24 struct alloc_ctx *ctx = data; in run_alloc_prog() argument 45 struct alloc_ctx ctx[ALLOC_THREAD_NR]; in test_preempted_bpf_ma_op()
|
| /linux-6.15/fs/ext4/ |
| H A D | migrate.c | 421 int alloc_ctx; in ext4_ext_migrate() local 438 alloc_ctx = ext4_writepages_down_write(inode->i_sb); in ext4_ext_migrate() 590 ext4_writepages_up_write(inode->i_sb, alloc_ctx); in ext4_ext_migrate() 609 int alloc_ctx; in ext4_ind_migrate() local 626 alloc_ctx = ext4_writepages_down_write(inode->i_sb); in ext4_ind_migrate() 670 ext4_writepages_up_write(inode->i_sb, alloc_ctx); in ext4_ind_migrate()
|
| H A D | inode.c | 2822 int alloc_ctx; in ext4_writepages() local 2828 alloc_ctx = ext4_writepages_down_read(sb); in ext4_writepages() 2837 ext4_writepages_up_read(sb, alloc_ctx); in ext4_writepages() 2864 int alloc_ctx; in ext4_dax_writepages() local 2870 alloc_ctx = ext4_writepages_down_read(inode->i_sb); in ext4_dax_writepages() 2877 ext4_writepages_up_read(inode->i_sb, alloc_ctx); in ext4_dax_writepages() 6112 int alloc_ctx; in ext4_change_inode_journal_flag() local 6150 alloc_ctx = ext4_writepages_down_write(inode->i_sb); in ext4_change_inode_journal_flag() 6167 ext4_writepages_up_write(inode->i_sb, alloc_ctx); in ext4_change_inode_journal_flag() 6175 ext4_writepages_up_write(inode->i_sb, alloc_ctx); in ext4_change_inode_journal_flag()
|
| H A D | super.c | 6461 int alloc_ctx; in __ext4_remount() local 6518 alloc_ctx = ext4_writepages_down_write(sb); in __ext4_remount() 6520 ext4_writepages_up_write(sb, alloc_ctx); in __ext4_remount() 6751 alloc_ctx = ext4_writepages_down_write(sb); in __ext4_remount() 6760 ext4_writepages_up_write(sb, alloc_ctx); in __ext4_remount()
|
| /linux-6.15/crypto/ |
| H A D | 842.c | 61 .alloc_ctx = crypto842_alloc_ctx,
|
| H A D | lz4.c | 75 .alloc_ctx = lz4_alloc_ctx,
|
| H A D | lz4hc.c | 73 .alloc_ctx = lz4hc_alloc_ctx,
|
| H A D | lzo.c | 77 .alloc_ctx = lzo_alloc_ctx,
|
| H A D | lzo-rle.c | 77 .alloc_ctx = lzorle_alloc_ctx,
|
| H A D | zstd.c | 178 .alloc_ctx = zstd_alloc_ctx,
|
| H A D | deflate.c | 230 .alloc_ctx = deflate_alloc_ctx,
|
| H A D | scompress.c | 144 ps->ctx = alg->alloc_ctx(); in scomp_alloc_streams()
|
| /linux-6.15/include/crypto/internal/ |
| H A D | scompress.h | 33 void *(*alloc_ctx)(void); member
|
| /linux-6.15/drivers/media/platform/mediatek/jpeg/ |
| H A D | mtk_jpeg_core.h | 219 void *alloc_ctx; member
|
| /linux-6.15/drivers/crypto/cavium/zip/ |
| H A D | zip_main.c | 375 .alloc_ctx = zip_alloc_scomp_ctx_deflate, 388 .alloc_ctx = zip_alloc_scomp_ctx_lzs,
|
| /linux-6.15/drivers/crypto/nx/ |
| H A D | nx-common-powernv.c | 1046 .alloc_ctx = nx842_powernv_crypto_alloc_ctx,
|
| H A D | nx-common-pseries.c | 1023 .alloc_ctx = nx842_pseries_crypto_alloc_ctx,
|