HomeSort by: relevance | last modified time | path
    Searched defs:ext2fs_sbfill (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/ufs/ext2fs/
ext2fs_vfsops.c 106 static int ext2fs_sbfill(struct m_ext2fs *, int);
636 error = ext2fs_sbfill(fs, (mp->mnt_flag & MNT_RDONLY) != 0);
739 error = ext2fs_sbfill(m_fs, ronly);
760 /* XXX: should be added in ext2fs_sbfill()? */
1351 ext2fs_sbfill(struct m_ext2fs *m_fs, int ronly) function in typeref:typename:int

Completed in 12 milliseconds