Searched refs:value_start (Results 1 – 2 of 2) sorted by relevance
| /linux/fs/ext4/ |
| H A D | xattr.c | 192 struct ext4_xattr_entry *entry, void *end, void *value_start, in check_xattrs() argument 213 struct ext4_xattr_ibody_header *header = value_start; in check_xattrs() 273 if (offs > end - value_start) { in check_xattrs() 277 value = value_start + offs; in check_xattrs()
|
| /linux/tools/net/ynl/pyynl/ |
| H A D | ynl_gen_c.py | 1036 def __init__(self, enum_set, yaml, prev, value_start): argument 1037 super().__init__(enum_set, yaml, prev, value_start) 1079 def new_entry(self, entry, prev_entry, value_start): argument 1080 return EnumEntry(self, entry, prev_entry, value_start)
|