/src/sys/ufs/ext2fs/ |
ext2fs_vfsops.c | 707 struct m_ext2fs *m_fs; local in function:ext2fs_mountfs 732 m_fs = kmem_zalloc(sizeof(*m_fs), KM_SLEEP); 733 e2fs_sbload(fs, &m_fs->e2fs); 739 error = ext2fs_sbfill(m_fs, ronly); 741 kmem_free(m_fs, sizeof(*m_fs)); 744 m_fs->e2fs_ronly = ronly; 749 ump->um_e2fs = m_fs; 752 if (m_fs->e2fs.e2fs_state == E2FS_ISCLEAN [all...] |
ext2fs_vfsops.c | 707 struct m_ext2fs *m_fs; local in function:ext2fs_mountfs 732 m_fs = kmem_zalloc(sizeof(*m_fs), KM_SLEEP); 733 e2fs_sbload(fs, &m_fs->e2fs); 739 error = ext2fs_sbfill(m_fs, ronly); 741 kmem_free(m_fs, sizeof(*m_fs)); 744 m_fs->e2fs_ronly = ronly; 749 ump->um_e2fs = m_fs; 752 if (m_fs->e2fs.e2fs_state == E2FS_ISCLEAN [all...] |
ext2fs_vfsops.c | 707 struct m_ext2fs *m_fs; local in function:ext2fs_mountfs 732 m_fs = kmem_zalloc(sizeof(*m_fs), KM_SLEEP); 733 e2fs_sbload(fs, &m_fs->e2fs); 739 error = ext2fs_sbfill(m_fs, ronly); 741 kmem_free(m_fs, sizeof(*m_fs)); 744 m_fs->e2fs_ronly = ronly; 749 ump->um_e2fs = m_fs; 752 if (m_fs->e2fs.e2fs_state == E2FS_ISCLEAN [all...] |
ext2fs_htree.c | 388 struct m_ext2fs *m_fs; local in function:ext2fs_htree_create_index 400 m_fs = dp->i_e2fs; 401 blksize = m_fs->e2fs_bsize; 440 hash_version += m_fs->e2fs_uhash; 487 struct m_ext2fs *m_fs; local in function:ext2fs_htree_add_entry 503 m_fs = ip->i_e2fs; 504 fs = &(m_fs->e2fs); 505 blksize = m_fs->e2fs_bsize; 713 struct m_ext2fs *m_fs; local in function:ext2fs_htree_find_leaf 727 m_fs = ip->i_e2fs 807 struct m_ext2fs *m_fs; local in function:ext2fs_htree_lookup [all...] |
ext2fs_htree.c | 388 struct m_ext2fs *m_fs; local in function:ext2fs_htree_create_index 400 m_fs = dp->i_e2fs; 401 blksize = m_fs->e2fs_bsize; 440 hash_version += m_fs->e2fs_uhash; 487 struct m_ext2fs *m_fs; local in function:ext2fs_htree_add_entry 503 m_fs = ip->i_e2fs; 504 fs = &(m_fs->e2fs); 505 blksize = m_fs->e2fs_bsize; 713 struct m_ext2fs *m_fs; local in function:ext2fs_htree_find_leaf 727 m_fs = ip->i_e2fs 807 struct m_ext2fs *m_fs; local in function:ext2fs_htree_lookup [all...] |
ext2fs_htree.c | 388 struct m_ext2fs *m_fs; local in function:ext2fs_htree_create_index 400 m_fs = dp->i_e2fs; 401 blksize = m_fs->e2fs_bsize; 440 hash_version += m_fs->e2fs_uhash; 487 struct m_ext2fs *m_fs; local in function:ext2fs_htree_add_entry 503 m_fs = ip->i_e2fs; 504 fs = &(m_fs->e2fs); 505 blksize = m_fs->e2fs_bsize; 713 struct m_ext2fs *m_fs; local in function:ext2fs_htree_find_leaf 727 m_fs = ip->i_e2fs 807 struct m_ext2fs *m_fs; local in function:ext2fs_htree_lookup [all...] |