Home | History | Annotate | Download | only in misc

Lines Matching refs:nsect

509 static void zap_sector(ext2_filsys fs, int sect, int nsect)
515 buf = malloc(512*nsect);
518 sect, sect + nsect - 1);
537 memset(buf, 0, 512*nsect);
539 retval = io_channel_write_blk(fs->io, sect, -512*nsect, buf);