Home
last modified time | relevance | path

Searched refs:truncate (Results 1 – 25 of 99) sorted by relevance

1234

/linux-5.19.10/include/net/tc_act/
Dtc_sample.h12 bool truncate; member
36 return to_sample(a)->truncate; in tcf_sample_truncate()
/linux-5.19.10/sound/soc/tegra/
Dtegra_cif.h42 unsigned int truncate; member
59 (conf->truncate << TEGRA_ACIF_CTRL_TRUNCATE_SHIFT) | in tegra_set_cif()
Dtegra30_ahub.c144 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-5.19.10/include/net/
Derspan.h172 bool truncate, bool is_ipv4) in erspan_build_header() argument
208 ershdr->t = truncate; in erspan_build_header()
266 bool truncate, bool is_ipv4) in erspan_build_header_v2() argument
302 ershdr->t = truncate; in erspan_build_header_v2()
/linux-5.19.10/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_acl_flex_actions.c197 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()
Dcore_acl_flex_actions.h35 u32 trunc_size, bool truncate, bool ingress,
106 u32 rate, u32 trunc_size, bool truncate,
/linux-5.19.10/Documentation/driver-api/firmware/
Dfw_upload.rst42 const char *fw_name, *truncate;
56 truncate = strstr(fw_name, ".auto");
57 len = (truncate) ? truncate - fw_name : strlen(fw_name);
/linux-5.19.10/fs/ext4/
Dfile.c287 bool truncate = false; in ext4_handle_inode_extension() local
323 goto truncate; in ext4_handle_inode_extension()
328 goto truncate; in ext4_handle_inode_extension()
336 goto truncate; in ext4_handle_inode_extension()
346 truncate = true; in ext4_handle_inode_extension()
352 if (!truncate && inode->i_nlink) in ext4_handle_inode_extension()
356 if (truncate) { in ext4_handle_inode_extension()
357 truncate: in ext4_handle_inode_extension()
/linux-5.19.10/net/sched/
Dact_sample.c110 s->truncate = true; in tcf_sample_init()
184 md.trunc_size = s->truncate ? s->trunc_size : skb->len; in tcf_sample_act()
228 if (s->truncate) in tcf_sample_dump()
302 entry->sample.truncate = tcf_sample_truncate(act); in tcf_sample_offload_act_setup()
/linux-5.19.10/fs/reiserfs/
Dsuper.c237 int truncate; in finish_unfinished() local
309 truncate = 1; in finish_unfinished()
311 truncate = 0; in finish_unfinished()
335 if (!truncate && inode->i_nlink) { in finish_unfinished()
347 if (truncate && S_ISDIR(inode->i_mode)) { in finish_unfinished()
360 truncate = 0; in finish_unfinished()
365 if (truncate) { in finish_unfinished()
378 retval = remove_save_link(inode, truncate); in finish_unfinished()
430 struct inode *inode, int truncate) in add_save_link() argument
441 RFALSE(truncate && in add_save_link()
[all …]
/linux-5.19.10/fs/udf/
DMakefile9 partition.o super.o truncate.o symlink.o \
/linux-5.19.10/net/ipv4/
Dip_gre.c115 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-5.19.10/arch/m68k/fpsp040/
Dround.S56 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-5.19.10/tools/perf/trace/strace/groups/
Dstring62 truncate
/linux-5.19.10/fs/minix/
Ditree_v1.c61 truncate(inode); in V1_minix_truncate()
Ditree_v2.c69 truncate(inode); in V2_minix_truncate()
/linux-5.19.10/fs/affs/
DChanges95 - 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-5.19.10/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/
Dsample.c39 if (act->sample.truncate) in tc_act_parse_sample()
/linux-5.19.10/Documentation/translations/zh_CN/core-api/
Dmm-api.rst75 mm/truncate.c
/linux-5.19.10/arch/um/os-Linux/
Duser_syms.c71 EXPORT_SYMBOL_PROTO(truncate);
/linux-5.19.10/tools/bootconfig/
Dtest-bootconfig.sh107 truncate -s 32764 $TEMPCONF
/linux-5.19.10/fs/isofs/
Drock.c205 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-5.19.10/fs/nfs/
Dcallback.h82 uint32_t truncate; member
/linux-5.19.10/Documentation/core-api/
Dmm-api.rst85 .. kernel-doc:: mm/truncate.c
/linux-5.19.10/fs/orangefs/
Dupcall.h243 struct orangefs_truncate_request_s truncate; member

1234