Home
last modified time | relevance | path

Searched refs:growfs (Results 1 – 7 of 7) sorted by relevance

/dragonfly/sbin/hammer2/
H A Dcmd_growfs.c48 struct hammer2_ioc_growfs growfs; in cmd_growfs() local
60 bzero(&growfs, sizeof(growfs)); in cmd_growfs()
61 if (ioctl(fd, HAMMER2IOC_GROWFS, &growfs) < 0) { in cmd_growfs()
65 } else if (growfs.modified) { in cmd_growfs()
67 sel_path, (intmax_t)growfs.size); in cmd_growfs()
70 sel_path, (intmax_t)growfs.size); in cmd_growfs()
/dragonfly/sbin/growfs/
H A DMakefile8 PROG= growfs
9 SRCS= growfs.c
10 MAN= growfs.8
H A Dgrowfs.c117 static void growfs(int, int, unsigned int);
149 growfs(int fsi, int fso, unsigned int Nflag) in growfs() function
2174 growfs(fsi, fso, Nflag); in main()
/dragonfly/sbin/ffsinfo/
H A DMakefile15 GROWFS= ${.CURDIR}/../growfs
/dragonfly/sbin/
H A DMakefile32 growfs \
/dragonfly/usr.sbin/makefs/
H A Dhammer2.c2052 hammer2_ioc_growfs_t growfs; in hammer2_growfs() local
2055 bzero(&growfs, sizeof(growfs)); in hammer2_growfs()
2056 growfs.size = size; in hammer2_growfs()
2058 error = hammer2_ioctl_growfs(VTOI(vp), &growfs, NULL); in hammer2_growfs()
2060 if (growfs.modified) in hammer2_growfs()
2061 printf("grown to %016jx\n", (intmax_t)growfs.size); in hammer2_growfs()
2064 (intmax_t)growfs.size); in hammer2_growfs()
/dragonfly/initrd/rescue/
H A DMakefile136 growfs \