Home
last modified time | relevance | path

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

12345

/kernel/linux/linux-5.10/include/net/tc_act/
H A Dtc_sample.h12 bool truncate; member
36 return to_sample(a)->truncate; in tcf_sample_truncate()
/kernel/linux/linux-6.6/include/net/tc_act/
H A Dtc_sample.h12 bool truncate; member
36 return to_sample(a)->truncate; in tcf_sample_truncate()
/kernel/linux/linux-5.10/sound/soc/tegra/
H A Dtegra_cif.h42 unsigned int truncate; member
59 (conf->truncate << TEGRA_ACIF_CTRL_TRUNCATE_SHIFT) | in tegra_set_cif()
/kernel/linux/linux-6.6/sound/soc/tegra/
H A Dtegra_cif.h42 unsigned int truncate; member
59 (conf->truncate << TEGRA_ACIF_CTRL_TRUNCATE_SHIFT) | in tegra_set_cif()
H A Dtegra30_ahub.c144 cif_conf.truncate = 0; in tegra30_ahub_allocate_rx_fifo()
246 cif_conf.truncate = 0; in tegra30_ahub_allocate_tx_fifo()
643 (conf->truncate << in tegra30_ahub_set_cif()
675 (conf->truncate << in tegra124_ahub_set_cif()
/kernel/linux/linux-5.10/include/net/
H A Derspan.h172 bool truncate, bool is_ipv4) in erspan_build_header()
208 ershdr->t = truncate; in erspan_build_header()
266 bool truncate, bool is_ipv4) in erspan_build_header_v2()
302 ershdr->t = truncate; in erspan_build_header_v2()
170 erspan_build_header(struct sk_buff *skb, u32 id, u32 index, bool truncate, bool is_ipv4) erspan_build_header() argument
264 erspan_build_header_v2(struct sk_buff *skb, u32 id, u8 direction, u16 hwid, bool truncate, bool is_ipv4) erspan_build_header_v2() argument
/kernel/linux/linux-6.6/include/net/
H A Derspan.h175 bool truncate, bool is_ipv4) in erspan_build_header()
211 ershdr->t = truncate; in erspan_build_header()
269 bool truncate, bool is_ipv4) in erspan_build_header_v2()
305 ershdr->t = truncate; in erspan_build_header_v2()
173 erspan_build_header(struct sk_buff *skb, u32 id, u32 index, bool truncate, bool is_ipv4) erspan_build_header() argument
267 erspan_build_header_v2(struct sk_buff *skb, u32 id, u8 direction, u16 hwid, bool truncate, bool is_ipv4) erspan_build_header_v2() argument
/kernel/linux/linux-6.6/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()
229 u32 rate, u32 trunc_size, bool truncate, in mlxsw_sp2_act_sampler_add()
247 params.truncate = truncate; in mlxsw_sp2_act_sampler_add()
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) mlxsw_sp1_act_sampler_add() 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) mlxsw_sp2_act_sampler_add() argument
H A Dcore_acl_flex_actions.h35 u32 trunc_size, bool truncate, bool ingress,
108 u32 rate, u32 trunc_size, bool truncate,
/kernel/linux/linux-5.10/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; 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()
349 * We got a truncate request for a dir which in finish_unfinished()
351 * execute unfinished truncate reques in finish_unfinished()
429 add_save_link(struct reiserfs_transaction_handle *th, struct inode *inode, int truncate) add_save_link() argument
510 remove_save_link(struct inode *inode, int truncate) remove_save_link() argument
[all...]
/kernel/linux/linux-6.6/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; 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()
349 * We got a truncate request for a dir which in finish_unfinished()
351 * execute unfinished truncate reques in finish_unfinished()
429 add_save_link(struct reiserfs_transaction_handle *th, struct inode *inode, int truncate) add_save_link() argument
510 remove_save_link(struct inode *inode, int truncate) remove_save_link() argument
[all...]
/kernel/linux/linux-5.10/fs/ext4/
H A Dfile.c37 #include "truncate.h"
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()
340 * We may need to truncate allocated but not written blocks beyond EOF. 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()
[all...]
/kernel/linux/linux-5.10/fs/hmdfs/
H A Dfile_remote.c45 * local inode cache and decide whether of not to truncate inode pages.
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()
672 * writepage concurrent with truncate. In this case, we don't need to in hmdfs_get_writecount()
/kernel/linux/linux-6.6/fs/hmdfs/
H A Dfile_remote.c45 * local inode cache and decide whether of not to truncate inode pages.
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()
678 * writepage concurrent with truncate. In this case, we don't need to in hmdfs_get_writecount()
/kernel/linux/linux-5.10/fs/udf/
H A DMakefile9 partition.o super.o truncate.o symlink.o \
/kernel/linux/linux-6.6/fs/udf/
H A DMakefile9 partition.o super.o truncate.o symlink.o \
/kernel/linux/linux-5.10/net/sched/
H A Dact_sample.c116 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/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: global() label
[all...]
/kernel/linux/linux-6.6/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: global() label
[all...]
/kernel/linux/linux-6.6/net/sched/
H A Dact_sample.c117 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()
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/
H A Dsample.c20 if (act->sample.truncate) in tc_act_parse_sample()
/kernel/linux/linux-5.10/fs/minix/
H A Ditree_v1.c61 truncate(inode); in V1_minix_truncate()
/kernel/linux/linux-6.6/fs/minix/
H A Ditree_v1.c61 truncate(inode); in V1_minix_truncate()
/kernel/liteos_m/components/fs/vfs/
H A Dvfs_files.h62 int (*truncate)(struct File *, off_t); member
/kernel/uniproton/src/fs/vfs/
H A Dvfs_files.h41 S32 (*truncate)(struct TagFile *, off_t); member

Completed in 14 milliseconds

12345