Searched refs:entry_len (Results 1 – 7 of 7) sorted by relevance
/linux-4.19.296/drivers/base/regmap/ |
D | regmap-debugfs.c | 358 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/ |
D | qeth_l3_sys.c | 437 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()
|
D | ism.h | 174 u64 entry_len; member
|
/linux-4.19.296/fs/hfsplus/ |
D | brec.c | 63 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()
|
D | hfsplus_fs.h | 430 int hfs_brec_insert(struct hfs_find_data *fd, void *entry, int entry_len);
|
/linux-4.19.296/fs/hfs/ |
D | brec.c | 65 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/ |
D | i2o-dev.h | 195 __u8 entry_len; member
|