/kernel/linux/linux-5.10/include/net/tc_act/ |
D | tc_sample.h | 12 bool truncate; member 36 return to_sample(a)->truncate; in tcf_sample_truncate()
|
/kernel/linux/linux-5.10/sound/soc/tegra/ |
D | tegra_cif.h | 42 unsigned int truncate; member 59 (conf->truncate << TEGRA_ACIF_CTRL_TRUNCATE_SHIFT) | in tegra_set_cif()
|
D | tegra30_ahub.c | 128 cif_conf.truncate = 0; in tegra30_ahub_allocate_rx_fifo() 230 cif_conf.truncate = 0; in tegra30_ahub_allocate_tx_fifo() 698 (conf->truncate << in tegra30_ahub_set_cif() 730 (conf->truncate << in tegra124_ahub_set_cif()
|
/kernel/linux/linux-5.10/include/net/ |
D | erspan.h | 172 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()
|
/kernel/linux/linux-5.10/fs/ext4/ |
D | file.c | 286 bool truncate = false; in ext4_handle_inode_extension() local 322 goto truncate; in ext4_handle_inode_extension() 327 goto truncate; in ext4_handle_inode_extension() 335 goto truncate; in ext4_handle_inode_extension() 345 truncate = true; in ext4_handle_inode_extension() 351 if (!truncate && inode->i_nlink) in ext4_handle_inode_extension() 355 if (truncate) { in ext4_handle_inode_extension() 356 truncate: in ext4_handle_inode_extension()
|
/kernel/linux/linux-5.10/fs/reiserfs/ |
D | super.c | 237 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 …]
|
/kernel/linux/linux-5.10/fs/udf/ |
D | Makefile | 9 partition.o super.o truncate.o symlink.o \
|
/kernel/linux/linux-5.10/net/sched/ |
D | act_sample.c | 116 s->truncate = true; in tcf_sample_init() 193 size = s->truncate ? s->trunc_size : skb->len; in tcf_sample_act() 228 if (s->truncate) in tcf_sample_dump()
|
/kernel/linux/linux-5.10/fs/hmdfs/ |
D | file_remote.c | 56 bool truncate = false; in hmdfs_open_final_remote() local 86 truncate = true; in hmdfs_open_final_remote() 96 truncate = hmdfs_remote_write_cache_expired(info); in hmdfs_open_final_remote() 97 if (truncate) in hmdfs_open_final_remote() 106 truncate = true; in hmdfs_open_final_remote() 126 truncate = true; in hmdfs_open_final_remote() 141 if (truncate) { in hmdfs_open_final_remote()
|
/kernel/linux/linux-5.10/tools/perf/trace/strace/groups/ |
D | string | 62 truncate
|
/kernel/linux/linux-5.10/net/ipv4/ |
D | ip_gre.c | 113 bool truncate, bool is_ipv4); 517 bool truncate = false; in erspan_fb_xmit() local 547 truncate = true; in erspan_fb_xmit() 553 truncate = true; in erspan_fb_xmit() 563 truncate = true; in erspan_fb_xmit() 568 ntohl(md->u.index), truncate, true); in erspan_fb_xmit() 575 truncate, true); in erspan_fb_xmit() 669 bool truncate = false; in erspan_xmit() local 688 truncate = true; in erspan_xmit() 698 truncate, true); in erspan_xmit() [all …]
|
/kernel/linux/linux-5.10/arch/m68k/fpsp040/ |
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
|
/kernel/linux/linux-5.10/fs/minix/ |
D | itree_v1.c | 61 truncate(inode); in V1_minix_truncate()
|
D | itree_v2.c | 69 truncate(inode); in V2_minix_truncate()
|
/kernel/liteos_m/components/fs/vfs/ |
D | vfs_files.h | 62 int (*truncate)(struct File *, off_t); member
|
/kernel/linux/linux-5.10/fs/affs/ |
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.
|
/kernel/uniproton/src/fs/vfs/ |
D | vfs_files.h | 41 S32 (*truncate)(struct TagFile *, off_t); member
|
/kernel/linux/linux-5.10/arch/um/os-Linux/ |
D | user_syms.c | 71 EXPORT_SYMBOL_PROTO(truncate);
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/ |
D | spectrum_matchall.c | 259 mall_entry->sample.truncate = act->sample.truncate; in mlxsw_sp_mall_replace()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gem/ |
D | i915_gem_object_types.h | 56 void (*truncate)(struct drm_i915_gem_object *obj); member
|
/kernel/linux/linux-5.10/tools/bootconfig/ |
D | test-bootconfig.sh | 111 truncate -s 32764 $TEMPCONF
|
/kernel/linux/linux-5.10/Documentation/core-api/ |
D | mm-api.rst | 73 .. kernel-doc:: mm/truncate.c
|
/kernel/linux/linux-5.10/fs/nfs/ |
D | callback.h | 82 uint32_t truncate; member
|
/kernel/linux/linux-5.10/fs/isofs/ |
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()
|
/kernel/linux/linux-5.10/fs/orangefs/ |
D | upcall.h | 243 struct orangefs_truncate_request_s truncate; member
|