Searched refs:create_size (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/sbin/newfs_msdos/
H A Dmkfs_msdos.h37 AOPT('C', off_t, create_size, 0, "Create file") \
H A Dnewfs_msdos.c113 o.create_size = argtooff(optarg, "create size");
187 if (!strchr(fname, '/') && !o.create_size) {
H A Dmkfs_msdos.c279 if (o.create_size) {
291 (void)lseek(fd, o.create_size - 1, SEEK_SET);
307 if (!S_ISCHR(sb.st_mode) && !o.create_size) {
337 o.create_size) == -1)
829 struct bpb *bpb, off_t create_size)
866 if (create_size == 0) {
885 size = create_size / sector_size;
828 getbpbinfo(int fd, const char *fname, const char *dtype, int iflag, struct bpb *bpb, off_t create_size) argument
/netbsd-current/tests/kernel/
H A Dt_epoll.c44 ATF_TC(create_size); variable
45 ATF_TC_HEAD(create_size, tc)
51 ATF_TC_BODY(create_size, tc)
237 ATF_TP_ADD_TC(tp, create_size);
/netbsd-current/usr.sbin/makefs/
H A Dmsdos.c157 msdos_opt->options.create_size = MAX(msdos_opt->options.create_size,
/netbsd-current/usr.sbin/makefs/msdos/
H A Dmsdosfs_vfsops.c96 uint64_t psize = m->create_size;

Completed in 122 milliseconds