Home
last modified time | relevance | path

Searched refs:pfs_subtype (Results 1 – 10 of 10) sorted by relevance

/dragonfly/sbin/hammer2/
H A Dprint_inode.c81 printf("pfs_subtype = %u (%s)\n", meta->pfs_subtype, in print_inode()
82 hammer2_pfssubtype_to_str(meta->pfs_subtype)); in print_inode()
H A Dcmd_pfs.c78 if (pfs.pfs_subtype == HAMMER2_PFSSUBTYPE_NONE) in cmd_pfs_list()
82 pfs.pfs_subtype); in cmd_pfs_list()
H A Dcmd_info.c190 if (meta->pfs_subtype == HAMMER2_PFSSUBTYPE_NONE) in info_callback2()
193 type_str = hammer2_pfssubtype_to_str(meta->pfs_subtype); in info_callback2()
H A Dcmd_debug.c1016 media.ipdata.meta.pfs_subtype, in show_bref()
1017 hammer2_pfssubtype_to_str(media.ipdata.meta.pfs_subtype)); in show_bref()
/dragonfly/sys/vfs/hammer2/
H A Dhammer2_ioctl.c477 pfs->pfs_subtype = ripdata->meta.pfs_subtype; in hammer2_ioctl_pfs_get()
580 pfs->pfs_subtype = ripdata->meta.pfs_subtype; in hammer2_ioctl_pfs_lookup()
641 nip->meta.pfs_subtype = pfs->pfs_subtype; in hammer2_ioctl_pfs_create()
883 nip->meta.pfs_subtype = HAMMER2_PFSSUBTYPE_SNAPSHOT; in hammer2_ioctl_pfs_snapshot()
H A Dhammer2_ioctl.h96 uint8_t pfs_subtype; /* e.g. SNAPSHOT */ member
H A Dhammer2_disk.h924 uint8_t pfs_subtype; /* 0003 pfs sub-type */ member
/dragonfly/usr.sbin/makefs/hammer2/
H A Dhammer2_ioctl.c485 pfs->pfs_subtype = ripdata->meta.pfs_subtype; in hammer2_ioctl_pfs_get()
588 pfs->pfs_subtype = ripdata->meta.pfs_subtype; in hammer2_ioctl_pfs_lookup()
649 nip->meta.pfs_subtype = pfs->pfs_subtype; in hammer2_ioctl_pfs_create()
891 nip->meta.pfs_subtype = HAMMER2_PFSSUBTYPE_SNAPSHOT; in hammer2_ioctl_pfs_snapshot()
/dragonfly/sbin/fsck_hammer2/
H A Dtest.c1035 if (meta->pfs_subtype == HAMMER2_PFSSUBTYPE_NONE) in print_pfs()
1038 type_str = hammer2_pfssubtype_to_str(meta->pfs_subtype); in print_pfs()
1166 ipdata->meta.pfs_subtype, in print_media()
1167 hammer2_pfssubtype_to_str(ipdata->meta.pfs_subtype)); in print_media()
/dragonfly/usr.sbin/makefs/
H A Dhammer2.c1401 if (pfs.pfs_subtype == HAMMER2_PFSSUBTYPE_NONE) in hammer2_pfs_get()
1405 pfs.pfs_subtype); in hammer2_pfs_get()
1453 hammer2_pfssubtype_to_str(pfs.pfs_subtype)); in hammer2_pfs_lookup()
1610 printf("pfs_subtype = %u (%s)\n", meta->pfs_subtype, in hammer2_inode_getx()
1611 hammer2_pfssubtype_to_str(meta->pfs_subtype)); in hammer2_inode_getx()