Searched refs:udf_dstrCS0toChar (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/udf/ |
H A D | unicode.c | 359 int udf_dstrCS0toChar(struct super_block *sb, uint8_t *utf_o, int o_len, in udf_dstrCS0toChar() function
|
H A D | udfdecl.h | 221 extern int udf_dstrCS0toChar(struct super_block *, uint8_t *, int,
|
H A D | super.c | 887 ret = udf_dstrCS0toChar(sb, outstr, 31, pvoldesc->volIdent, 32); in udf_load_pvoldesc() 897 ret = udf_dstrCS0toChar(sb, outstr, 127, pvoldesc->volSetIdent, 128); in udf_load_pvoldesc()
|
/kernel/linux/linux-6.6/fs/udf/ |
H A D | udfdecl.h | 221 extern int udf_dstrCS0toChar(struct super_block *, uint8_t *, int,
|
H A D | unicode.c | 355 int udf_dstrCS0toChar(struct super_block *sb, uint8_t *utf_o, int o_len, in udf_dstrCS0toChar() function
|
H A D | super.c | 891 ret = udf_dstrCS0toChar(sb, outstr, 31, pvoldesc->volIdent, 32); in udf_load_pvoldesc() 901 ret = udf_dstrCS0toChar(sb, outstr, 127, pvoldesc->volSetIdent, 128); in udf_load_pvoldesc()
|
Completed in 9 milliseconds