| /netbsd-src/sys/ufs/ext2fs/ |
| H A D | ext2fs_alloc.c | 87 static u_long ext2fs_dirpref(struct m_ext2fs *); 88 static void ext2fs_fserr(struct m_ext2fs *, u_int, const char *); 92 static daddr_t ext2fs_mapsearch(struct m_ext2fs *, char *, daddr_t); 93 static __inline void ext2fs_cg_update(struct m_ext2fs *, int, 95 static uint16_t ext2fs_cg_get_csum(struct m_ext2fs *, int, struct ext2_gd *); 96 static void ext2fs_init_bb(struct m_ext2fs *, int, struct ext2_gd *, 120 struct m_ext2fs *fs; in ext2fs_alloc() 175 struct m_ext2fs *fs; in ext2fs_valloc() 210 ext2fs_dirpref(struct m_ext2fs *fs) in ext2fs_dirpref() 250 struct m_ext2fs *fs; in ext2fs_blkpref() [all …]
|
| H A D | ext2fs_vfsops.c | 106 static int ext2fs_sbfill(struct m_ext2fs *, int); 299 ext2fs_sb_setmountinfo(struct m_ext2fs *fs, struct mount *mp) in ext2fs_sb_setmountinfo() 324 struct m_ext2fs *fs; in ext2fs_mountroot() 364 struct m_ext2fs *fs; in ext2fs_mount() 557 ext2fs_loadvnode_content(struct m_ext2fs *fs, ino_t ino, struct buf *bp, struct inode *ip) in ext2fs_loadvnode_content() 607 struct m_ext2fs *fs; in ext2fs_reload() 711 struct m_ext2fs *m_fs; in ext2fs_mountfs() 828 struct m_ext2fs *fs; in ext2fs_unmount() 881 struct m_ext2fs *fs; in ext2fs_statvfs() 970 struct m_ext2fs *f in ext2fs_sync() [all...] |
| H A D | ext2fs_extern.h | 67 struct m_ext2fs; 103 int ext2fs_cg_verify_and_initialize(struct vnode *, struct m_ext2fs *, int); 142 void ext2fs_fragacct(struct m_ext2fs *, int, int32_t[], int);
|
| H A D | ext2fs_extents.h | 104 struct m_ext2fs; 108 struct ext4_extent_path *ext4_ext_find_extent(struct m_ext2fs *fs,
|
| H A D | ext2fs_inode.c | 116 struct m_ext2fs *fs = ip->i_e2fs; in ext2fs_setsize() 141 struct m_ext2fs * const fs = ip->i_e2fs; in ext2fs_nblock() 157 struct m_ext2fs * const fs = ip->i_e2fs; in ext2fs_setnblock() 240 struct m_ext2fs *fs; in ext2fs_update() 295 struct m_ext2fs *fs; in ext2fs_truncate() 502 struct m_ext2fs *fs = ip->i_e2fs; in ext2fs_indirtrunc()
|
| H A D | ext2fs_readwrite.c | 157 struct m_ext2fs *fs; in ext2fs_bufrd() 268 struct m_ext2fs *fs; in ext2fs_write() 365 struct m_ext2fs *fs; in ext2fs_bufwr()
|
| H A D | ext2fs_htree.c | 142 struct m_ext2fs *fs; in ext2fs_htree_node_limit() 388 struct m_ext2fs *m_fs; in ext2fs_htree_create_index() 487 struct m_ext2fs *m_fs; in ext2fs_htree_add_entry() 713 struct m_ext2fs *m_fs; in ext2fs_htree_find_leaf() 807 struct m_ext2fs *m_fs; in ext2fs_htree_lookup()
|
| H A D | ext2fs_balloc.c | 98 struct m_ext2fs *fs; in ext2fs_balloc() 357 struct m_ext2fs *fs = ip->i_e2fs; in ext2fs_gop_alloc()
|
| H A D | ext2fs_subr.c | 85 struct m_ext2fs *fs; in ext2fs_blkatoff()
|
| H A D | ext2fs_lookup.c | 79 static void ext2fs_dirconv2ffs(struct m_ext2fs *fs, 97 ext2fs_dirconv2ffs(struct m_ext2fs *fs, struct ext2fs_direct *e2dir, struct dirent *ffsdir) in ext2fs_dirconv2ffs() 159 struct m_ext2fs *fs = VTOI(vp)->i_e2fs; in ext2fs_readdir()
|
| H A D | ext2fs_bmap.c | 135 struct m_ext2fs *fs; in ext4_bmapext()
|
| H A D | ext2fs_extents.c | 181 ext4_ext_find_extent(struct m_ext2fs *fs, struct inode *ip, in ext4_ext_find_extent()
|
| H A D | ext2fs.h | 240 struct m_ext2fs { struct
|
| /netbsd-src/usr.sbin/installboot/ |
| H A D | ext2fs.c | 88 static int ext2fs_read_sblock(ib_params *, struct m_ext2fs *fs); 89 static int ext2fs_read_gdblock(ib_params *, struct m_ext2fs *fs); 126 ext2fs_read_sblock(ib_params *params, struct m_ext2fs *fs) in ext2fs_read_sblock() 163 ext2fs_read_gdblock(ib_params *params, struct m_ext2fs *fs) in ext2fs_read_gdblock() 196 uint8_t sbbuf[sizeof(struct m_ext2fs)]; in ext2fs_find_disk_blocks() 197 struct m_ext2fs *fs; in ext2fs_find_disk_blocks() 402 uint8_t sbbuf[sizeof(struct m_ext2fs)]; in ext2fs_match() 403 struct m_ext2fs *fs; in ext2fs_match()
|
| /netbsd-src/sys/lib/libsa/ |
| H A D | ext2fs.c | 138 struct m_ext2fs *f_fs; /* pointer to super-block */ 154 static int read_sblock(struct open_file *, struct m_ext2fs *); 155 static int read_gdblock(struct open_file *, struct m_ext2fs *); 157 static void dump_sblock(struct m_ext2fs *); 167 struct m_ext2fs *fs = fp->f_fs; in read_inode() 208 struct m_ext2fs *fs = fp->f_fs; in block_map() 317 struct m_ext2fs *fs = fp->f_fs; in buf_read_file() 412 read_sblock(struct open_file *f, struct m_ext2fs *fs) in read_sblock() 458 read_gdblock(struct open_file *f, struct m_ext2fs *fs) in read_gdblock() 500 struct m_ext2fs *fs; in ext2fs_open() [all …]
|
| /netbsd-src/sbin/fsck_ext2fs/ |
| H A D | setup.c | 91 int calcsb(const char *, int, struct m_ext2fs *); 114 struct m_ext2fs proto; in setup() 503 calcsb(const char *dev, int devfd, struct m_ext2fs *fs) in calcsb() 515 memset(fs, 0, sizeof(struct m_ext2fs)); in calcsb()
|
| H A D | fsck.h | 106 extern struct m_ext2fs sblock;
|
| H A D | main.c | 96 struct m_ext2fs sblock;
|
| H A D | pass5.c | 86 struct m_ext2fs *fs = &sblock; in pass5()
|
| /netbsd-src/sys/ufs/ufs/ |
| H A D | ufsmount.h | 84 struct m_ext2fs *e2fs; /* EXT2FS */
|
| H A D | inode.h | 109 struct m_ext2fs *e2fs; /* EXT2FS */
|
| /netbsd-src/sbin/newfs_ext2fs/ |
| H A D | mke2fs.c | 165 * We don't have to use or setup whole in-memory m_ext2fs structure, 169 struct m_ext2fs m_ext2fs; member 172 #define sblock ext2fsun.m_ext2fs 173 #define gd ext2fsun.m_ext2fs.e2fs_gd
|