Searched refs:total_nodes (Results 1 - 14 of 14) sorted by relevance

/haiku/src/system/libroot/posix/sys/
H A Dstatvfs.c23 statvfs->f_files = info.total_nodes;
/haiku/headers/os/kernel/
H A Dfs_info.h33 off_t total_nodes; /* total number of nodes */ member in struct:fs_info
/haiku/headers/private/fs_shell/
H A Dfssh_fs_info.h34 fssh_off_t total_nodes; /* total number of nodes */ member in struct:fssh_fs_info
/haiku/headers/build/os/kernel/
H A Dfs_info.h32 off_t total_nodes; /* total number of nodes */ member in struct:fs_info
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DRootInode.cpp96 fInfoCache.total_nodes = values[next].fData.fValue64;
/haiku/src/bin/
H A Ddf.cpp136 printf(" Total Nodes: %" B_PRIdOFF "\n", info.total_nodes);
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/beos/
H A Dfs_interface.h59 off_t total_nodes; member in struct:beos_fs_info
/haiku/src/tests/system/kernel/file_corruption/fs/
H A DVolume.cpp243 info.total_nodes = 1; // phew, who cares?
/haiku/src/add-ons/kernel/file_systems/layers/log_overlay/
H A Dlog_overlay.cpp825 "; free_blocks: %" B_PRIdOFF "; total_nodes: %" B_PRIdOFF
829 info->total_nodes, info->free_nodes, info->device_name,
/haiku/src/add-ons/kernel/file_systems/bindfs/
H A Dkernel_interface.cpp123 info->total_nodes = info->free_nodes = 0;
/haiku/src/tools/fs_shell/
H A Dfssh.cpp821 printf("total nodes: %" FSSH_B_PRIdOFF "\n", info.total_nodes);
/haiku/src/add-ons/kernel/file_systems/nfs/
H A Dnfs_add_on.c1427 info->total_nodes = 100;
/haiku/src/add-ons/kernel/file_systems/websearchfs/
H A Dwebsearchfs.c517 info->total_nodes=MAX_VNIDS;
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A DFUSEVolume.cpp918 info->total_nodes = st.f_files;

Completed in 197 milliseconds