/linux-6.3-rc2/include/net/tc_act/ |
A D | tc_sample.h | 12 bool truncate; member 36 return to_sample(a)->truncate; in tcf_sample_truncate()
|
/linux-6.3-rc2/sound/soc/tegra/ |
A D | tegra_cif.h | 42 unsigned int truncate; member 59 (conf->truncate << TEGRA_ACIF_CTRL_TRUNCATE_SHIFT) | in tegra_set_cif()
|
A D | tegra30_ahub.c | 144 cif_conf.truncate = 0; in tegra30_ahub_allocate_rx_fifo() 246 cif_conf.truncate = 0; in tegra30_ahub_allocate_tx_fifo() 645 (conf->truncate << in tegra30_ahub_set_cif() 677 (conf->truncate << in tegra124_ahub_set_cif()
|
/linux-6.3-rc2/include/net/ |
A D | erspan.h | 175 bool truncate, bool is_ipv4) in erspan_build_header() argument 211 ershdr->t = truncate; in erspan_build_header() 269 bool truncate, bool is_ipv4) in erspan_build_header_v2() argument 305 ershdr->t = truncate; in erspan_build_header_v2()
|
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlxsw/ |
A D | spectrum_acl_flex_actions.c | 197 u32 rate, u32 trunc_size, bool truncate, in mlxsw_sp1_act_sampler_add() argument 229 u32 rate, u32 trunc_size, bool truncate, in mlxsw_sp2_act_sampler_add() argument 247 params.truncate = truncate; in mlxsw_sp2_act_sampler_add()
|
A D | core_acl_flex_actions.h | 35 u32 trunc_size, bool truncate, bool ingress, 106 u32 rate, u32 trunc_size, bool truncate,
|
/linux-6.3-rc2/Documentation/driver-api/firmware/ |
A D | fw_upload.rst | 42 const char *fw_name, *truncate; 56 truncate = strstr(fw_name, ".auto"); 57 len = (truncate) ? truncate - fw_name : strlen(fw_name);
|
/linux-6.3-rc2/fs/ext4/ |
A D | file.c | 306 bool truncate = false; in ext4_handle_inode_extension() local 342 goto truncate; in ext4_handle_inode_extension() 347 goto truncate; in ext4_handle_inode_extension() 355 goto truncate; in ext4_handle_inode_extension() 365 truncate = true; in ext4_handle_inode_extension() 371 if (!truncate && inode->i_nlink) in ext4_handle_inode_extension() 375 if (truncate) { in ext4_handle_inode_extension() 376 truncate: in ext4_handle_inode_extension()
|
/linux-6.3-rc2/lib/ |
A D | memcpy_kunit.c | 502 static const char truncate[] = "this is too long"; in strtomem_test() local 526 strtomem(wrap.output, truncate); in strtomem_test() 529 KUNIT_EXPECT_EQ(test, wrap.output[i], truncate[i]); in strtomem_test() 544 strtomem(wrap.output, truncate); in strtomem_test() 547 KUNIT_EXPECT_EQ(test, wrap.output[i], truncate[i]); in strtomem_test()
|
/linux-6.3-rc2/net/sched/ |
A D | act_sample.c | 117 s->truncate = true; in tcf_sample_init() 192 md.trunc_size = s->truncate ? s->trunc_size : skb->len; in tcf_sample_act() 236 if (s->truncate) in tcf_sample_dump() 293 entry->sample.truncate = tcf_sample_truncate(act); in tcf_sample_offload_act_setup()
|
/linux-6.3-rc2/fs/reiserfs/ |
A D | super.c | 237 int truncate; in finish_unfinished() local 309 truncate = 1; in finish_unfinished() 311 truncate = 0; in finish_unfinished() 360 truncate = 0; in finish_unfinished() 365 if (truncate) { in finish_unfinished() 454 if (!truncate) { in add_save_link() 501 if (truncate) in add_save_link() 524 if (!truncate) { in remove_save_link() 535 if ((truncate && in remove_save_link() 537 (!truncate && in remove_save_link() [all …]
|
/linux-6.3-rc2/fs/udf/ |
A D | Makefile | 9 partition.o super.o truncate.o symlink.o \
|
/linux-6.3-rc2/net/ipv4/ |
A D | ip_gre.c | 115 bool truncate, bool is_ipv4); 522 bool truncate = false; in erspan_fb_xmit() local 552 truncate = true; in erspan_fb_xmit() 558 truncate = true; in erspan_fb_xmit() 568 truncate = true; in erspan_fb_xmit() 573 ntohl(md->u.index), truncate, true); in erspan_fb_xmit() 580 truncate, true); in erspan_fb_xmit() 674 bool truncate = false; in erspan_xmit() local 693 truncate = true; in erspan_xmit() 703 truncate, true); in erspan_xmit() [all …]
|
/linux-6.3-rc2/arch/m68k/fpsp040/ |
A D | round.S | 56 bra truncate 83 bmi truncate |if positive then truncate 104 | Always truncate. 107 bra truncate 118 bcc truncate |if (g=1) then 204 andil #0xffffff00,LOCAL_HI(%a0) |truncate bits beyond sgl limit 246 andil #0xfffff800,LOCAL_LO(%a0) |truncate bits beyond dbl limit 260 truncate: label
|
/linux-6.3-rc2/tools/perf/trace/strace/groups/ |
A D | string | 62 truncate
|
/linux-6.3-rc2/fs/affs/ |
A D | Changes | 95 - Corruption in truncate() bugfix [Ken Tyler <kent@werple.net.au>] 112 - truncate() zeroes the unused remainder of a 173 up if a file was enlarged via truncate() and there 249 - truncate() didn't allocate an extension block 251 truncate(), this led to an Oops.
|
/linux-6.3-rc2/fs/minix/ |
A D | itree_v1.c | 61 truncate(inode); in V1_minix_truncate()
|
A D | itree_v2.c | 69 truncate(inode); in V2_minix_truncate()
|
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/ |
A D | sample.c | 39 if (act->sample.truncate) in tc_act_parse_sample()
|
/linux-6.3-rc2/tools/testing/selftests/filesystems/fat/ |
A D | run_fat_tests.sh | 31 truncate -s 1M "${IMG_PATH}"
|
/linux-6.3-rc2/Documentation/translations/zh_CN/core-api/ |
A D | mm-api.rst | 88 mm/truncate.c
|
/linux-6.3-rc2/arch/um/os-Linux/ |
A D | user_syms.c | 72 EXPORT_SYMBOL_PROTO(truncate);
|
/linux-6.3-rc2/tools/bootconfig/ |
A D | test-bootconfig.sh | 107 truncate -s 32764 $TEMPCONF
|
/linux-6.3-rc2/fs/isofs/ |
A D | rock.c | 205 int truncate = 0; in get_rock_ridge_filename() local 254 if (truncate) in get_rock_ridge_filename() 275 truncate = 1; in get_rock_ridge_filename()
|
/linux-6.3-rc2/fs/nfs/ |
A D | callback.h | 82 uint32_t truncate; member
|