Home
last modified time | relevance | path

Searched defs:value (Results 6826 - 6850 of 15548) sorted by relevance

1...<<271272273274275276277278279280>>...622

/kernel/linux/linux-5.10/include/uapi/linux/
H A Dipmi.h393 unsigned char value; member
/kernel/linux/linux-5.10/include/uapi/drm/
H A Dlima_drm.h32 __u64 value; /* out, parameter value */ member
/kernel/linux/linux-5.10/fs/
H A Dfs_context.c216 char *value = strchr(key, '='); in generic_parse_monolithic() local
166 vfs_parse_fs_string(struct fs_context *fc, const char *key, const char *value, size_t v_size) vfs_parse_fs_string() argument
H A Dxattr.c165 __vfs_setxattr(struct dentry *dentry, struct inode *inode, const char *name, const void *value, size_t size, int flags) __vfs_setxattr() argument
197 __vfs_setxattr_noperm(struct dentry *dentry, const char *name, const void *value, size_t size, int flags) __vfs_setxattr_noperm() argument
247 __vfs_setxattr_locked(struct dentry *dentry, const char *name, const void *value, size_t size, int flags, struct inode **delegated_inode) __vfs_setxattr_locked() argument
274 vfs_setxattr(struct dentry *dentry, const char *name, const void *value, size_t size, int flags) vfs_setxattr() argument
297 xattr_getsecurity(struct inode *inode, const char *name, void *value, size_t size) xattr_getsecurity() argument
336 char *value = *xattr_value; vfs_getxattr_alloc() local
365 __vfs_getxattr(struct dentry *dentry, struct inode *inode, const char *name, void *value, size_t size) __vfs_getxattr() argument
380 vfs_getxattr(struct dentry *dentry, const char *name, void *value, size_t size) vfs_getxattr() argument
511 setxattr(struct dentry *d, const char __user *name, const void __user *value, size_t size, int flags) setxattr() argument
555 path_setxattr(const char __user *pathname, const char __user *name, const void __user *value, size_t size, int flags, unsigned int lookup_flags) path_setxattr() argument
614 getxattr(struct dentry *d, const char __user *name, void __user *value, size_t size) getxattr() argument
653 path_getxattr(const char __user *pathname, const char __user *name, void __user *value, size_t size, unsigned int lookup_flags) path_getxattr() argument
907 simple_xattr_alloc(const void *value, size_t size) simple_xattr_alloc() argument
968 simple_xattr_set(struct simple_xattrs *xattrs, const char *name, const void *value, size_t size, int flags, ssize_t *removed_size) simple_xattr_set() argument
[all...]
H A Dposix_acl.c708 void posix_acl_fix_xattr_from_user(void *value, size_t size) in posix_acl_fix_xattr_from_user() argument
716 void posix_acl_fix_xattr_to_user(void *value, size_t size) in posix_acl_fix_xattr_to_user() argument
669 posix_acl_fix_xattr_userns( struct user_namespace *to, struct user_namespace *from, void *value, size_t size) posix_acl_fix_xattr_userns() argument
728 posix_acl_from_xattr(struct user_namespace *user_ns, const void *value, size_t size) posix_acl_from_xattr() argument
836 posix_acl_xattr_get(const struct xattr_handler *handler, struct dentry *unused, struct inode *inode, const char *name, void *value, size_t size) posix_acl_xattr_get() argument
883 posix_acl_xattr_set(const struct xattr_handler *handler, struct dentry *unused, struct inode *inode, const char *name, const void *value, size_t size, int flags) posix_acl_xattr_set() argument
[all...]
/kernel/linux/linux-5.10/fs/ext2/
H A Dxattr.c407 ext2_xattr_set(struct inode *inode, int name_index, const char *name, const void *value, size_t value_len, int flags) ext2_xattr_set() argument
1015 __le32 *value = (__le32 *)((char *)header + ext2_xattr_hash_entry() local
[all...]
/kernel/linux/linux-5.10/drivers/watchdog/
H A DiTCO_wdt.c241 u32 value = set ? bits : 0; in update_no_reboot_bit_pmc() local
/kernel/linux/linux-5.10/drivers/w1/slaves/
H A Dw1_ds2438.c128 static int w1_ds2438_change_config_bit(struct w1_slave *sl, u8 mask, u8 value) in w1_ds2438_change_config_bit() argument
/kernel/linux/linux-5.10/fs/erofs/
H A Dxattr.c167 void (*value)(struct xattr_iter *_it, unsigned int processed, char *buf, member
681 char *value = NULL; in erofs_get_acl() local
[all...]
/kernel/linux/linux-5.10/lib/lz4/
H A Dlz4defs.h120 static FORCE_INLINE void LZ4_write16(void *memPtr, U16 value) in LZ4_write16() argument
125 static FORCE_INLINE void LZ4_write32(void *memPtr, U32 value) in LZ4_write32() argument
135 static FORCE_INLINE void LZ4_writeLE16(void *memPtr, U16 value) in LZ4_writeLE16() argument
/kernel/linux/linux-5.10/lib/
H A Dtest_rhashtable.c63 struct test_obj_val value; member
68 struct test_obj_val value; member
[all...]
H A Dubsan.c110 val_to_string(char *str, size_t size, struct type_descriptor *type, void *value) val_to_string() argument
H A Dnlattr.c169 u64 value; in nla_validate_range_unsigned() local
273 s64 value; nla_validate_int_range_signed() local
331 u64 value; nla_validate_mask() local
[all...]
/kernel/linux/linux-5.10/include/scsi/fc/
H A Dfc_ms.h120 __u8 value[1]; member
/kernel/linux/linux-5.10/include/sound/sof/
H A Dcontrol.h85 uint32_t value; member
/kernel/linux/linux-5.10/lib/pldmfw/
H A Dpldmfw.c640 u16 value; in pldmfw_op_pci_match_record() local
/kernel/linux/linux-5.10/lib/zstd/
H A Dfse.h295 ptrdiff_t value; member
[all...]
/kernel/linux/linux-5.10/kernel/
H A Dacct.c315 static comp_t encode_comp_t(unsigned long value) in encode_comp_t() argument
359 encode_comp2_t(u64 value) encode_comp2_t() argument
392 encode_float(u64 value) encode_float() argument
[all...]
/kernel/linux/linux-5.10/kernel/bpf/
H A Dringbuf.c230 static int ringbuf_map_update_elem(struct bpf_map *map, void *key, void *value, in ringbuf_map_update_elem() argument
H A Dbpf_struct_ops.c514 void *value; in bpf_struct_ops_map_seq_show_elem() local
241 bpf_struct_ops_map_sys_lookup_elem(struct bpf_map *map, void *key, void *value) bpf_struct_ops_map_sys_lookup_elem() argument
314 bpf_struct_ops_map_update_elem(struct bpf_map *map, void *key, void *value, u64 flags) bpf_struct_ops_map_update_elem() argument
[all...]
H A Dlpm_trie.c279 lpm_trie_node_alloc(const struct lpm_trie *trie, const void *value) lpm_trie_node_alloc() argument
303 trie_update_elem(struct bpf_map *map, void *_key, void *value, u64 flags) trie_update_elem() argument
[all...]
H A Dlocal_storage.c142 cgroup_storage_update_elem(struct bpf_map *map, void *key, void *value, u64 flags) cgroup_storage_update_elem() argument
181 bpf_percpu_cgroup_storage_copy(struct bpf_map *_map, void *key, void *value) bpf_percpu_cgroup_storage_copy() argument
210 bpf_percpu_cgroup_storage_update(struct bpf_map *_map, void *key, void *value, u64 map_flags) bpf_percpu_cgroup_storage_update() argument
/kernel/linux/linux-5.10/kernel/cgroup/
H A Drdma.c359 char *name, *value = c; in parse_resource() local
497 u32 value; in print_rpool_values() local
[all...]
/kernel/linux/linux-5.10/kernel/time/
H A Dtime.c588 timespec64_to_jiffies(const struct timespec64 *value) in timespec64_to_jiffies() argument
605 jiffies_to_timespec64(const unsigned long jiffies, struct timespec64 *value) jiffies_to_timespec64() argument
[all...]
/kernel/linux/linux-5.10/net/ethtool/
H A Dbitset.c128 ethnl_bitmap32_update(u32 *dst, unsigned int nbits, const u32 *value, const u32 *mask, bool *mod) ethnl_bitmap32_update() argument
[all...]

Completed in 32 milliseconds

1...<<271272273274275276277278279280>>...622