Searched defs:off_buf (Results 1 - 1 of 1) sorted by relevance

/fs/reiserfs/
H A Dprints.c15 static char off_buf[80]; variable
20 sprintf(off_buf, "%llu(%llu)",
26 sprintf(off_buf, "0x%Lx",
28 return off_buf;
37 sprintf(off_buf, "%llu(%llu)",
43 sprintf(off_buf, "0x%Lx",
45 return off_buf;

Completed in 5 milliseconds