Searched refs:off_buf (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/reiserfs/ |
H A D | prints.c | 15 static char off_buf[80]; variable 20 sprintf(off_buf, "%llu(%llu)", in reiserfs_cpu_offset() 26 sprintf(off_buf, "0x%Lx", in reiserfs_cpu_offset() 28 return off_buf; in reiserfs_cpu_offset() 37 sprintf(off_buf, "%llu(%llu)", in le_offset() 43 sprintf(off_buf, "0x%Lx", in le_offset() 45 return off_buf; in le_offset()
|
/kernel/linux/linux-6.6/fs/reiserfs/ |
H A D | prints.c | 15 static char off_buf[80]; variable 20 sprintf(off_buf, "%llu(%llu)", in reiserfs_cpu_offset() 26 sprintf(off_buf, "0x%Lx", in reiserfs_cpu_offset() 28 return off_buf; in reiserfs_cpu_offset() 37 sprintf(off_buf, "%llu(%llu)", in le_offset() 43 sprintf(off_buf, "0x%Lx", in le_offset() 45 return off_buf; in le_offset()
|
Completed in 3 milliseconds