Searched refs:value_sz (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/fs/xfs/scrub/ |
H A D | attr.h | 21 size_t value_sz; member
|
H A D | attr.c | 37 ab->value_sz = 0; in xchk_xattr_buf_cleanup() 99 if (ab->value_sz >= value_size) in xchk_setup_xattr_buf() 105 ab->value_sz = 0; in xchk_setup_xattr_buf() 113 ab->value_sz = value_size; in xchk_setup_xattr_buf()
|
/openbmc/linux/fs/erofs/ |
H A D | xattr.c | 259 unsigned int slice, processed, value_sz; in erofs_getxattr_foreach() local 265 value_sz = le16_to_cpu(entry.e_value_size); in erofs_getxattr_foreach() 310 it->buffer_ofs = value_sz; in erofs_getxattr_foreach() 314 if (it->buffer_size < value_sz) in erofs_getxattr_foreach() 317 return erofs_xattr_copy_to_buffer(it, value_sz); in erofs_getxattr_foreach()
|
/openbmc/linux/tools/lib/bpf/ |
H A D | libbpf.h | 1071 void *value, size_t value_sz, __u64 flags); 1095 const void *value, size_t value_sz, __u64 flags); 1134 void *value, size_t value_sz, __u64 flags);
|
H A D | libbpf.c | 1513 static size_t bpf_map_mmap_sz(unsigned int value_sz, unsigned int max_entries) in bpf_map_mmap_sz() argument 1518 map_sz = (size_t)roundup(value_sz, 8) * max_entries; in bpf_map_mmap_sz() 9812 size_t value_sz, bool check_value_sz) in validate_map_op() argument 9834 if (value_sz != num_cpu * elem_sz) { in validate_map_op() 9836 map->name, value_sz, num_cpu, elem_sz, num_cpu * elem_sz); in validate_map_op() 9842 if (map->def.value_size != value_sz) { in validate_map_op() 9844 map->name, value_sz, map->def.value_size); in validate_map_op() 9854 void *value, size_t value_sz, __u64 flags) in bpf_map__lookup_elem() argument 9858 err = validate_map_op(map, key_sz, value_sz, true); in bpf_map__lookup_elem() 9867 const void *value, size_t value_sz, __u64 flags) in bpf_map__update_elem() argument [all …]
|