/linux-6.3-rc2/fs/9p/ |
A D | xattr.c | 22 u64 attr_size; in v9fs_fid_xattr_get() local 30 attr_fid = p9_client_xattrwalk(fid, name, &attr_size); in v9fs_fid_xattr_get() 37 if (attr_size > buffer_size) { in v9fs_fid_xattr_get() 39 retval = attr_size; in v9fs_fid_xattr_get() 43 iov_iter_truncate(&to, attr_size); in v9fs_fid_xattr_get()
|
/linux-6.3-rc2/tools/lib/bpf/ |
A D | gen_loader.c | 271 emit(gen, BPF_MOV64_IMM(BPF_REG_3, attr_size)); in emit_sys_bpf() 424 memset(&attr, 0, attr_size); in bpf_gen__load_btf() 429 btf_load_attr = add_data(gen, &attr, attr_size); in bpf_gen__load_btf() 459 memset(&attr, 0, attr_size); in bpf_gen__map_create() 476 map_create_attr = add_data(gen, &attr, attr_size); in bpf_gen__map_create() 941 memset(&attr, 0, attr_size); in bpf_gen__prog_load() 973 prog_load_attr = add_data(gen, &attr, attr_size); in bpf_gen__prog_load() 1040 memset(&attr, 0, attr_size); in bpf_gen__map_update_elem() 1068 map_update_attr = add_data(gen, &attr, attr_size); in bpf_gen__map_update_elem() 1086 memset(&attr, 0, attr_size); in bpf_gen__populate_outer_map() [all …]
|
A D | skel_internal.h | 69 long kern_sys_bpf(__u32 cmd, void *attr, __u32 attr_size);
|
/linux-6.3-rc2/net/sched/ |
A D | act_api.c | 1429 int init_res[], size_t *attr_size, in tcf_action_init() argument 1493 *attr_size = tcf_action_full_attrs_size(sz); in tcf_action_init() 1786 size_t attr_size = tcf_action_fill_size(action); in tcf_reoffload_del_notify() local 1794 skb = alloc_skb(attr_size <= NLMSG_GOODSIZE ? NLMSG_GOODSIZE : attr_size, in tcf_reoffload_del_notify() 1880 skb = alloc_skb(attr_size <= NLMSG_GOODSIZE ? NLMSG_GOODSIZE : attr_size, in tcf_del_notify() 1912 size_t attr_size = 0; in tca_action_gd() local 1934 attr_size += tcf_action_fill_size(act); in tca_action_gd() 1938 attr_size = tcf_action_full_attrs_size(attr_size); in tca_action_gd() 1959 skb = alloc_skb(attr_size <= NLMSG_GOODSIZE ? NLMSG_GOODSIZE : attr_size, in tcf_add_notify() 1979 size_t attr_size = 0; in tcf_action_add() local [all …]
|
A D | cls_api.c | 3264 size_t attr_size = 0; in tcf_exts_validate_ex() local 3292 &attr_size, flags, fl_flags, in tcf_exts_validate_ex()
|
/linux-6.3-rc2/fs/ntfs/ |
A D | attrib.c | 1559 u32 attr_size; in ntfs_attr_make_non_resident() local 1667 BUG_ON(attr_size != data_size); in ntfs_attr_make_non_resident() 1672 attr_size); in ntfs_attr_make_non_resident() 1673 memset(kaddr + attr_size, 0, PAGE_SIZE - attr_size); in ntfs_attr_make_non_resident() 1704 cpu_to_sle64(attr_size); in ntfs_attr_make_non_resident() 1789 if ((mp_ofs + attr_size) > arec_size) { in ntfs_attr_make_non_resident() 1790 err2 = attr_size; in ntfs_attr_make_non_resident() 1791 attr_size = arec_size - mp_ofs; in ntfs_attr_make_non_resident() 1801 err2, attr_size, err2 - attr_size, in ntfs_attr_make_non_resident() 1805 ni->initialized_size = attr_size; in ntfs_attr_make_non_resident() [all …]
|
/linux-6.3-rc2/include/net/9p/ |
A D | client.h | 292 const char *attr_name, u64 *attr_size); 294 u64 attr_size, int flags);
|
/linux-6.3-rc2/drivers/hwmon/ |
A D | coretemp.c | 78 int attr_size; member 439 for (i = 0; i < tdata->attr_size; i++) { in create_core_attrs() 492 tdata->attr_size = MAX_CORE_ATTRS; in init_temp_data() 551 tdata->attr_size++; in create_core_data()
|
/linux-6.3-rc2/drivers/gpu/drm/vc4/ |
A D | vc4_validate.c | 903 uint32_t attr_size = *(uint8_t *)(pkt_u + o + 4) + 1; in validate_gl_shader_rec() local 914 vbo->base.size - offset < attr_size) { in validate_gl_shader_rec() 916 offset, attr_size, vbo->base.size); in validate_gl_shader_rec() 921 max_index = ((vbo->base.size - offset - attr_size) / in validate_gl_shader_rec()
|
/linux-6.3-rc2/fs/ext4/ |
A D | sysfs.c | 55 unsigned short attr_size; member 162 .attr_size = _size, \ 426 return sysfs_emit(buf, "%.*s\n", a->attr_size, in ext4_attr_show()
|
/linux-6.3-rc2/tools/perf/Documentation/ |
A D | perf.data-file-format.txt | 22 uint64_t attr_size; /* size of an attribute in attrs */ 143 uint32_t attr_size; /* size of each perf_event_attr */ 145 struct perf_event_attr attr; /* size of attr_size */ 445 This is an array of perf_event_attrs, each attr_size bytes long, which defines 633 struct perf_event_attr attr; /* Size defined by header.attr_size */
|
/linux-6.3-rc2/tools/perf/util/ |
A D | header.h | 67 u64 attr_size; member
|
A D | header.c | 3685 .attr_size = sizeof(f_attr), in perf_session__do_write_header() 3807 uint64_t ref_size, attr_size; in try_all_file_abis() local 3814 attr_size = bswap_64(hdr_sz); in try_all_file_abis() 3815 if (attr_size != ref_size) in try_all_file_abis() 3845 u64 attr_size; in try_all_pipe_abis() local 3850 attr_size = bswap_64(hdr_sz); in try_all_pipe_abis() 3851 if (attr_size != hdr_sz) in try_all_pipe_abis() 3919 header->attr_size, false, ph) < 0) { in perf_file_header__read() 4189 if (f_header.attr_size == 0) { in perf_session__read_header() 4196 nr_attrs = f_header.attrs.size / f_header.attr_size; in perf_session__read_header()
|
/linux-6.3-rc2/fs/ksmbd/ |
A D | vfs.h | 114 void *attr_value, size_t attr_size, int flags);
|
A D | vfs.c | 964 void *attr_value, size_t attr_size, int flags) in ksmbd_vfs_setxattr() argument 972 attr_size, in ksmbd_vfs_setxattr()
|
/linux-6.3-rc2/drivers/net/wireless/microchip/wilc1000/ |
A D | cfg80211.c | 962 u16 attr_size; in wilc_wfi_cfg_parse_ch_attr() local 965 attr_size = le16_to_cpu(e->attr_len); in wilc_wfi_cfg_parse_ch_attr() 967 if (index + sizeof(*e) + attr_size > len) in wilc_wfi_cfg_parse_ch_attr() 971 attr_size >= (sizeof(struct wilc_attr_ch_list) - sizeof(*e))) in wilc_wfi_cfg_parse_ch_attr() 974 attr_size == (sizeof(struct wilc_attr_oper_ch) - sizeof(*e))) in wilc_wfi_cfg_parse_ch_attr() 980 index += sizeof(*e) + attr_size; in wilc_wfi_cfg_parse_ch_attr()
|
/linux-6.3-rc2/net/9p/ |
A D | client.c | 1982 const char *attr_name, u64 *attr_size) in p9_client_xattrwalk() argument 2006 err = p9pdu_readf(&req->rc, clnt->proto_version, "q", attr_size); in p9_client_xattrwalk() 2014 attr_fid->fid, *attr_size); in p9_client_xattrwalk() 2028 u64 attr_size, int flags) in p9_client_xattrcreate() argument 2036 fid->fid, name, attr_size, flags); in p9_client_xattrcreate() 2040 fid->fid, name, attr_size, flags); in p9_client_xattrcreate()
|
/linux-6.3-rc2/include/net/ |
A D | act_api.h | 208 struct tc_action *actions[], int init_res[], size_t *attr_size,
|
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/ |
A D | en_tc.c | 4473 mlx5e_alloc_flow(struct mlx5e_priv *priv, int attr_size, in mlx5e_alloc_flow() argument 4564 int attr_size, err; in __mlx5e_add_fdb_flow() local 4567 attr_size = sizeof(struct mlx5_esw_flow_attr); in __mlx5e_add_fdb_flow() 4568 err = mlx5e_alloc_flow(priv, attr_size, f, flow_flags, in __mlx5e_add_fdb_flow() 4708 int attr_size, err; in mlx5e_add_nic_flow() local 4718 attr_size = sizeof(struct mlx5_nic_flow_attr); in mlx5e_add_nic_flow() 4719 err = mlx5e_alloc_flow(priv, attr_size, f, flow_flags, in mlx5e_add_nic_flow()
|
/linux-6.3-rc2/fs/ntfs3/ |
A D | ntfs.h | 397 static inline u64 attr_size(const struct ATTRIB *attr) in attr_size() function
|
A D | xattr.c | 107 if (attr_size(attr_ea) > sbi->ea_max_size) { in ntfs_read_ea()
|
A D | frecord.c | 2557 ondisk_size = attr_size(attr) - vbo_data; in ni_read_frame()
|
/linux-6.3-rc2/kernel/bpf/ |
A D | syscall.c | 5111 BPF_CALL_3(bpf_sys_bpf, int, cmd, union bpf_attr *, attr, u32, attr_size) in BPF_CALL_3() argument 5127 return __sys_bpf(cmd, KERNEL_BPFPTR(attr), attr_size); in BPF_CALL_3()
|
/linux-6.3-rc2/drivers/net/ethernet/marvell/mvpp2/ |
A D | mvpp2_main.c | 7077 int attr_size = MVPP2_RX_FIFO_PORT_ATTR_SIZE(data_size); in mvpp22_rx_fifo_set_hw() local 7080 mvpp2_write(priv, MVPP2_RX_ATTR_FIFO_SIZE_REG(port), attr_size); in mvpp22_rx_fifo_set_hw()
|