Home
last modified time | relevance | path

Searched refs:count_inodes (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/vfs/hammer/
H A Dhammer_inode.c463 ++hmp->count_inodes; in hammer_get_inode()
646 ++hmp->count_inodes; in hammer_get_dummy_inode()
788 ++hmp->count_inodes; in hammer_create_inode()
957 --hmp->count_inodes; in hammer_free_inode()
3466 hmp->count_iqueued < hmp->count_inodes / 20) {
3472 hmp->count_iqueued < hmp->count_inodes / 10) {
H A Dhammer_vfsops.c146 SYSCTL_INT(_vfs_hammer, OID_AUTO, count_inodes, CTLFLAG_RD,
H A Dhammer.h824 int count_inodes; /* total number of inodes */ member