Home
last modified time | relevance | path

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

1234

/linux/sound/soc/tegra/
H A Dtegra_cif.h45 unsigned int truncate; member
62 (conf->truncate << TEGRA_ACIF_CTRL_TRUNCATE_SHIFT) | in tegra_set_cif()
81 (conf->truncate << TEGRA_ACIF_CTRL_TRUNCATE_SHIFT) | in tegra264_set_cif()
/linux/include/net/tc_act/
H A Dtc_sample.h12 bool truncate; member
27 return to_sample(a)->truncate; in tcf_sample_truncate()
/linux/include/net/
H A Derspan.h175 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/security/landlock/
H A Ddomain.c162 const unsigned long truncate = BIT_INDEX(LANDLOCK_ACCESS_FS_TRUNCATE); in test_get_layer_deny_mask() local
167 truncate, 0)); in test_get_layer_deny_mask()
170 truncate, 3)); in test_get_layer_deny_mask()
/linux/drivers/net/ethernet/mellanox/mlxsw/
H A 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()
H A Dcore_acl_flex_actions.h35 u32 trunc_size, bool truncate, bool ingress,
108 u32 rate, u32 trunc_size, bool truncate,
/linux/Documentation/driver-api/firmware/
H A Dfw_upload.rst42 const char *fw_name, *truncate;
56 truncate = strstr(fw_name, ".auto");
57 len = (truncate) ? truncate - fw_name : strlen(fw_name);
/linux/net/sched/
H A Dact_sample.c117 s->truncate = true; in tcf_sample_init()
204 md.trunc_size = s->truncate ? s->trunc_size : skb->len; in tcf_sample_act()
248 if (s->truncate) in tcf_sample_dump()
305 entry->sample.truncate = tcf_sample_truncate(act); in tcf_sample_offload_act_setup()
/linux/arch/m68k/fpsp040/
H A 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/fs/udf/
H A DMakefile9 partition.o super.o truncate.o symlink.o \
/linux/net/ipv4/
H A Dip_gre.c116 bool truncate, bool is_ipv4);
549 bool truncate = false; in erspan_fb_xmit() local
580 truncate = true; in erspan_fb_xmit()
586 truncate = true; in erspan_fb_xmit()
596 truncate = true; in erspan_fb_xmit()
601 ntohl(md->u.index), truncate, true); in erspan_fb_xmit()
608 truncate, true); in erspan_fb_xmit()
707 bool truncate = false; in erspan_xmit() local
727 truncate = true; in erspan_xmit()
737 truncate, true); in erspan_xmit()
[all …]
/linux/fs/affs/
H A 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/tools/perf/trace/strace/groups/
H A Dstring62 truncate
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/
H A Dsample.c20 if (act->sample.truncate) in tc_act_parse_sample()
/linux/Documentation/translations/zh_CN/filesystems/
H A Ddnotify.rst24 DN_MODIFY 目录中的文件被修改(write,truncate
/linux/fs/minix/
H A Ditree_v1.c61 truncate(inode); in V1_minix_truncate()
H A Ditree_v2.c69 truncate(inode); in V2_minix_truncate()
/linux/rust/kernel/alloc/
H A Dkvec.rs601 self.truncate(0); in clear()
678 pub fn truncate(&mut self, len: usize) { in truncate() function
734 self.truncate(num_kept); in retain()
824 self.truncate(new_len); in resize()
/linux/tools/testing/selftests/filesystems/fat/
H A Drun_fat_tests.sh31 truncate -s 1M "${IMG_PATH}"
/linux/Documentation/translations/zh_CN/core-api/
H A Dmm-api.rst88 mm/truncate.c
/linux/drivers/firmware/efi/libstub/
H A DMakefile.zboot9 truncate -s $$(hexdump -s16 -n4 -e '"%u"' $<) $@
/linux/tools/testing/selftests/filesystems/fuse/
H A Dfuse_mnt.c140 .truncate = test_truncate,
/linux/fs/isofs/
H A 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/fs/nfs/
H A Dcallback.h65 uint32_t truncate; member
/linux/scripts/package/debian/
H A Drules66 $(Q)truncate -s0 $(call mk-files,$@)

1234