Home | History | Annotate | Download | only in lfs

Lines Matching refs:IFILE

166  * XXX KS - Set modification time on the Ifile, so the cleaner can
169 * case that wouldn't happen to the Ifile until we checkpoint).
185 * Ifile and meta data blocks are not marked busy, so segment writes MUST be
418 * the Ifile, it creates an inconsistent checkpoint,
419 * since the Ifile information for the new segment
421 * sending the Ifile through again in case there
423 * This second Ifile write could *also* cross a segment
547 * Write the inode/file if dirty and it's not the IFILE.
655 * If we're cleaning we only write cleaning and ifile blocks, and
710 panic("lfs_segwrite: ifile read: "
733 error = LFS_BWRITE_LOG(bp); /* Ifile */
761 * Ifile has no pages, so we don't need
766 * Ensure the Ifile takes the current segment
792 * Unless we are unmounting, the Ifile may continue to have
795 * for other parts of the Ifile to be dirty after the loop
809 printf("ifile lbn %ld still dirty (flags %lx)\n",
824 /* Note Ifile no longer needs to be written */
830 * If we didn't write the Ifile, we didn't really do anything.
879 * except for the Ifile.
891 * The same is true of the Ifile since checkpoints assume
892 * that all valid Ifile blocks are written.
898 * we've already done it, and the Ifile doesn't
960 IFILE *ifp;
969 * If updating the ifile, update the super-block. Update the disk
970 * address and access times for this inode in the ifile.
980 (void)LFS_BWRITE_LOG(bp); /* Ifile */
984 * If this is the Ifile and lfs_offset is set to the first block
1050 LFS_WRITESEGENTRY(sup, fs, oldsn, bp); /* Ifile */
1074 /* Can't write ifile when writer is not set */
1079 * If this is the Ifile, see if writing it here will generate a
1095 /* Look for dirty Ifile blocks */
1162 /* XXX kludge --- don't redirty the ifile just to put times on it */
1167 * If this is the Ifile, and we've already written the Ifile in this
1228 * XXX Ifile is written. See also in lfs_writeseg.
1463 log(LOG_NOTICE, "lfs_gather: ifile lbn %"
2175 LFS_WRITESEGENTRY(sup, fs, sp->seg_number, bp); /* Ifile */