Home
last modified time | relevance | path

Searched refs:pfs_nmasters (Results 1 – 13 of 13) sorted by relevance

/dragonfly/usr.sbin/makefs/hammer2/
H A Dhammer2_vfsops.c555 if (ripdata && pmp->pfs_nmasters < ripdata->meta.pfs_nmasters) { in hammer2_pfsalloc()
556 pmp->pfs_nmasters = ripdata->meta.pfs_nmasters; in hammer2_pfsalloc()
569 if (pmp->pfs_nmasters < count) in hammer2_pfsalloc()
570 pmp->pfs_nmasters = count; in hammer2_pfsalloc()
594 if (pmp->pfs_nmasters <= 1 && in hammer2_pfsalloc()
665 if (destroying && pmp->pfs_nmasters > 0) in hammer2_pfsdealloc()
666 --pmp->pfs_nmasters; in hammer2_pfsdealloc()
H A Dhammer2_cluster.c353 nquorum = pmp ? pmp->pfs_nmasters / 2 + 1 : 0; in hammer2_cluster_check()
H A Dhammer2_admin.c507 for (i = 0; i < pmp->pfs_nmasters; ++i) { in hammer2_xop_helper_cleanup()
H A Dhammer2.h1264 uint8_t pfs_nmasters; /* total masters */ member
/dragonfly/sys/vfs/hammer2/
H A Dhammer2_vfsops.c527 if (ripdata && pmp->pfs_nmasters < ripdata->meta.pfs_nmasters) { in hammer2_pfsalloc()
528 pmp->pfs_nmasters = ripdata->meta.pfs_nmasters; in hammer2_pfsalloc()
541 if (pmp->pfs_nmasters < count) in hammer2_pfsalloc()
542 pmp->pfs_nmasters = count; in hammer2_pfsalloc()
566 if (pmp->pfs_nmasters <= 1 && in hammer2_pfsalloc()
635 if (destroying && pmp->pfs_nmasters > 0) in hammer2_pfsdealloc()
636 --pmp->pfs_nmasters; in hammer2_pfsdealloc()
H A Dhammer2_cluster.c348 nquorum = pmp ? pmp->pfs_nmasters / 2 + 1 : 0; in hammer2_cluster_check()
H A Dhammer2_disk.h972 uint8_t pfs_nmasters; /* 0086 (if PFSROOT) if multi-master */ member
H A Dhammer2_admin.c460 for (i = 0; i < pmp->pfs_nmasters; ++i) { in hammer2_xop_helper_cleanup()
H A Dhammer2.h1218 uint8_t pfs_nmasters; /* total masters */ member
/dragonfly/sbin/hammer2/
H A Dprint_inode.c109 printf("pfs_nmasters = %u\n", meta->pfs_nmasters); in print_inode()
H A Dcmd_debug.c1077 media.ipdata.meta.pfs_nmasters); in show_bref()
/dragonfly/sbin/fsck_hammer2/
H A Dtest.c1211 ipdata->meta.pfs_nmasters); in print_media()
/dragonfly/usr.sbin/makefs/
H A Dhammer2.c1638 printf("pfs_nmasters = %u\n", meta->pfs_nmasters); in hammer2_inode_getx()