Home
last modified time | relevance | path

Searched defs:value_sz (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/fs/xfs/scrub/
H A Dattr.h21 size_t value_sz; member
/kernel/linux/linux-5.10/fs/erofs/
H A Dxattr.c228 unsigned int value_sz, processed, slice; in xattr_foreach() local
349 xattr_checkbuffer(struct xattr_iter *_it, unsigned int value_sz) xattr_checkbuffer() argument
579 xattr_skipvalue(struct xattr_iter *_it, unsigned int value_sz) xattr_skipvalue() argument
[all...]
/kernel/linux/linux-6.6/fs/erofs/
H A Dxattr.c259 unsigned int slice, processed, value_sz; in erofs_getxattr_foreach() local
/kernel/linux/linux-6.6/tools/lib/bpf/
H A Dlibbpf.c1513 static size_t bpf_map_mmap_sz(unsigned int value_sz, unsigned int max_entries) in bpf_map_mmap_sz() argument
9807 validate_map_op(const struct bpf_map *map, size_t key_sz, size_t value_sz, bool check_value_sz) validate_map_op() argument
9848 bpf_map__lookup_elem(const struct bpf_map *map, const void *key, size_t key_sz, void *value, size_t value_sz, __u64 flags) bpf_map__lookup_elem() argument
9861 bpf_map__update_elem(const struct bpf_map *map, const void *key, size_t key_sz, const void *value, size_t value_sz, __u64 flags) bpf_map__update_elem() argument
9886 bpf_map__lookup_and_delete_elem(const struct bpf_map *map, const void *key, size_t key_sz, void *value, size_t value_sz, __u64 flags) bpf_map__lookup_and_delete_elem() argument
[all...]

Completed in 17 milliseconds