Searched refs:truncate (Results 1 - 25 of 68) sorted by relevance

123

/linux-master/fs/bcachefs/
H A Dlogged_ops.h8 x(truncate) \
/linux-master/include/net/tc_act/
H A Dtc_sample.h12 bool truncate; member in struct:tcf_sample
36 return to_sample(a)->truncate;
/linux-master/sound/soc/tegra/
H A Dtegra_cif.h42 unsigned int truncate; member in struct:tegra_cif_conf
59 (conf->truncate << TEGRA_ACIF_CTRL_TRUNCATE_SHIFT) |
H A Dtegra30_ahub.c144 cif_conf.truncate = 0;
246 cif_conf.truncate = 0;
643 (conf->truncate <<
675 (conf->truncate <<
/linux-master/fs/udf/
H A DMakefile9 partition.o super.o truncate.o symlink.o \
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/
H A Dsample.c20 if (act->sample.truncate)
/linux-master/io_uring/
H A DMakefile11 notif.o waitid.o register.o truncate.o
/linux-master/fs/minix/
H A Ditree_v1.c61 truncate(inode);
H A Ditree_v2.c69 truncate(inode);
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_acl_flex_actions.c197 u32 rate, u32 trunc_size, bool truncate,
229 u32 rate, u32 trunc_size, bool truncate,
247 params.truncate = truncate;
195 mlxsw_sp1_act_sampler_add(void *priv, u16 local_port, struct psample_group *psample_group, u32 rate, u32 trunc_size, bool truncate, bool ingress, int *p_span_id, struct netlink_ext_ack *extack) argument
227 mlxsw_sp2_act_sampler_add(void *priv, u16 local_port, struct psample_group *psample_group, u32 rate, u32 trunc_size, bool truncate, bool ingress, int *p_span_id, struct netlink_ext_ack *extack) argument
H A Dcore_acl_flex_actions.h35 u32 trunc_size, bool truncate, bool ingress,
108 u32 rate, u32 trunc_size, bool truncate,
/linux-master/include/net/
H A Derspan.h175 bool truncate, bool is_ipv4)
211 ershdr->t = truncate;
269 bool truncate, bool is_ipv4)
305 ershdr->t = truncate;
173 erspan_build_header(struct sk_buff *skb, u32 id, u32 index, bool truncate, bool is_ipv4) argument
267 erspan_build_header_v2(struct sk_buff *skb, u32 id, u8 direction, u16 hwid, bool truncate, bool is_ipv4) argument
/linux-master/tools/testing/selftests/filesystems/fat/
H A Drun_fat_tests.sh31 truncate -s 1M "${IMG_PATH}"
/linux-master/scripts/
H A Dcleanfile172 !truncate(FILE, $where) ) {
173 die "$name: Failed to truncate modified file: $f: $!\n";
H A Dcleanpatch253 !truncate(FILE, $where) ) {
254 die "$name: Failed to truncate modified file: $f: $!\n";
/linux-master/net/sched/
H A Dact_sample.c117 s->truncate = true;
192 md.trunc_size = s->truncate ? s->trunc_size : skb->len;
236 if (s->truncate)
293 entry->sample.truncate = tcf_sample_truncate(act);
/linux-master/drivers/firmware/efi/libstub/
H A DMakefile.zboot9 truncate -s $$(hexdump -s16 -n4 -e '"%u"' $<) $@
/linux-master/fs/reiserfs/
H A Dsuper.c187 * "save unlink" removal, or if file has both unlink and truncate
190 * protects truncate), so there left no items to make truncate
237 int truncate; local
309 truncate = 1;
311 truncate = 0;
335 if (!truncate && inode->i_nlink) {
347 if (truncate && S_ISDIR(inode->i_mode)) {
349 * We got a truncate request for a dir which
351 * execute unfinished truncate reques
429 add_save_link(struct reiserfs_transaction_handle *th, struct inode *inode, int truncate) argument
510 remove_save_link(struct inode *inode, int truncate) argument
[all...]
/linux-master/arch/m68k/fpsp040/
H A Dround.S56 bra truncate
83 bmi truncate |if positive then truncate
96 bpl truncate |if negative 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 bit
260 truncate: label
[all...]
/linux-master/fs/orangefs/
H A Dupcall.h243 struct orangefs_truncate_request_s truncate; member in union:orangefs_upcall_s::__anon10429
/linux-master/fs/nfs/
H A Dcallback.h64 uint32_t truncate; member in struct:cb_recallargs
/linux-master/drivers/gpu/drm/i915/gem/
H A Di915_gem_object_types.h62 int (*truncate)(struct drm_i915_gem_object *obj); member in struct:drm_i915_gem_object_ops
/linux-master/scripts/package/debian/
H A Drules60 $(Q)truncate -s0 $(call mk-files,$@)
/linux-master/net/ipv4/
H A Dip_gre.c115 bool truncate, bool is_ipv4);
527 bool truncate = false; local
558 truncate = true;
564 truncate = true;
574 truncate = true;
579 ntohl(md->u.index), truncate, true);
586 truncate, true);
683 bool truncate = false; local
703 truncate = true;
713 truncate, tru
[all...]
/linux-master/lib/
H A Dmemcpy_kunit.c499 static const char truncate[] = "this is too long"; local
523 strtomem(wrap.output, truncate);
526 KUNIT_EXPECT_EQ(test, wrap.output[i], truncate[i]);
541 strtomem(wrap.output, truncate);
544 KUNIT_EXPECT_EQ(test, wrap.output[i], truncate[i]);

Completed in 572 milliseconds

123