Home
last modified time | relevance | path

Searched refs:entry_len (Results 1 – 7 of 7) sorted by relevance

/linux-4.19.296/drivers/base/regmap/
Dregmap-debugfs.c358 unsigned entry_len; in regmap_reg_ranges_read_file() local
389 entry_len = snprintf(entry, PAGE_SIZE, "%x-%x\n", in regmap_reg_ranges_read_file()
392 if (buf_pos + entry_len > count) in regmap_reg_ranges_read_file()
394 memcpy(buf + buf_pos, entry, entry_len); in regmap_reg_ranges_read_file()
395 buf_pos += entry_len; in regmap_reg_ranges_read_file()
397 p += entry_len; in regmap_reg_ranges_read_file()
/linux-4.19.296/drivers/s390/net/
Dqeth_l3_sys.c437 int entry_len; /* length of 1 entry string, differs between v4 and v6 */ in qeth_l3_dev_ipato_add_show() local
440 entry_len = (proto == QETH_PROT_IPV4)? 12 : 40; in qeth_l3_dev_ipato_add_show()
442 entry_len += (proto == QETH_PROT_IPV4)? 5 : 6; in qeth_l3_dev_ipato_add_show()
450 if ((PAGE_SIZE - i) <= entry_len) in qeth_l3_dev_ipato_add_show()
683 int entry_len; /* length of 1 entry string, differs between v4 and v6 */ in qeth_l3_dev_ip_add_show() local
689 entry_len = (proto == QETH_PROT_IPV4)? 12 : 40; in qeth_l3_dev_ip_add_show()
690 entry_len += 2; /* \n + terminator */ in qeth_l3_dev_ip_add_show()
698 if ((PAGE_SIZE - str_len) <= entry_len) in qeth_l3_dev_ip_add_show()
Dism.h174 u64 entry_len; member
/linux-4.19.296/fs/hfsplus/
Dbrec.c63 int hfs_brec_insert(struct hfs_find_data *fd, void *entry, int entry_len) in hfs_brec_insert() argument
87 size = key_len + entry_len; in hfs_brec_insert()
133 hfs_bnode_write(node, entry, data_off + key_len, entry_len); in hfs_brec_insert()
156 entry_len = sizeof(cnid); in hfs_brec_insert()
Dhfsplus_fs.h430 int hfs_brec_insert(struct hfs_find_data *fd, void *entry, int entry_len);
/linux-4.19.296/fs/hfs/
Dbrec.c65 int hfs_brec_insert(struct hfs_find_data *fd, void *entry, int entry_len) in hfs_brec_insert() argument
89 size = key_len + entry_len; in hfs_brec_insert()
133 hfs_bnode_write(node, entry, data_off + key_len, entry_len); in hfs_brec_insert()
156 entry_len = sizeof(cnid); in hfs_brec_insert()
/linux-4.19.296/include/uapi/linux/
Di2o-dev.h195 __u8 entry_len; member