Searched refs:ft_parse_wwn (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/target/tcm_fc/ |
H A D | tfc_conf.c | 49 static ssize_t ft_parse_wwn(const char *name, u64 *wwn, int strict) in ft_parse_wwn() function 114 ret = ft_parse_wwn(buf, &wwn, 0); in ft_wwn_store() 208 if (ft_parse_wwn(name, &wwpn, 1) < 0) in ft_init_nodeacl() 334 if (ft_parse_wwn(name, &wwpn, 1) < 0) in ft_add_wwn()
|
/kernel/linux/linux-6.6/drivers/target/tcm_fc/ |
H A D | tfc_conf.c | 49 static ssize_t ft_parse_wwn(const char *name, u64 *wwn, int strict) in ft_parse_wwn() function 114 ret = ft_parse_wwn(buf, &wwn, 0); in ft_wwn_store() 208 if (ft_parse_wwn(name, &wwpn, 1) < 0) in ft_init_nodeacl() 334 if (ft_parse_wwn(name, &wwpn, 1) < 0) in ft_add_wwn()
|
Completed in 3 milliseconds