Symbol: FSSH_B_PRIu64
headers/private/fs_shell/fssh_api_wrapper.h
1575
#define B_PRIu64 FSSH_B_PRIu64
headers/private/fs_shell/fssh_types.h
106
# define FSSH_B_PRIuADDR FSSH_B_PRIu64
headers/private/fs_shell/fssh_types.h
110
# define FSSH_B_PRIuSIZE FSSH_B_PRIu64
headers/private/fs_shell/fssh_types.h
130
# define FSSH_B_PRIuPHYSADDR FSSH_B_PRIu64
src/tools/bfs_shell/command_checkfs.cpp
111
fssh_dprintf(" %" FSSH_B_PRIu64 " nodes checked,\n\t%" FSSH_B_PRIu64
src/tools/bfs_shell/command_checkfs.cpp
112
" blocks not allocated,\n\t%" FSSH_B_PRIu64 " blocks already set,\n\t%"
src/tools/bfs_shell/command_checkfs.cpp
115
fssh_dprintf("\tfiles\t\t%" FSSH_B_PRIu64 "\n\tdirectories\t%"
src/tools/bfs_shell/command_checkfs.cpp
116
FSSH_B_PRIu64 "\n"
src/tools/bfs_shell/command_checkfs.cpp
117
"\tattributes\t%" FSSH_B_PRIu64 "\n\tattr. dirs\t%" FSSH_B_PRIu64 "\n"
src/tools/bfs_shell/command_checkfs.cpp
118
"\tindices\t\t%" FSSH_B_PRIu64 "\n", files, directories, attributes,
src/tools/bfs_shell/command_checkfs.cpp
121
fssh_dprintf("\n\tdirect block runs\t\t%" FSSH_B_PRIu64 " (%" FSSH_B_PRIu64
src/tools/bfs_shell/command_checkfs.cpp
124
fssh_dprintf("\tindirect block runs\t\t%" FSSH_B_PRIu64 " (in %"
src/tools/bfs_shell/command_checkfs.cpp
125
FSSH_B_PRIu64 " array blocks, %" FSSH_B_PRIu64 ")\n",
src/tools/bfs_shell/command_checkfs.cpp
128
fssh_dprintf("\tdouble indirect block runs\t%" FSSH_B_PRIu64 " (in %"
src/tools/bfs_shell/command_checkfs.cpp
129
FSSH_B_PRIu64 " array blocks, %" FSSH_B_PRIu64 ")\n",
src/tools/bfs_shell/command_checkfs.cpp
58
fssh_dprintf("%9" FSSH_B_PRIu64 " nodes processed\x1b[1A\n",