Home
last modified time | relevance | path

Searched refs:m_ext2fs (Results 1 – 22 of 22) sorted by relevance

/netbsd-src/sys/ufs/ext2fs/
H A Dext2fs_alloc.c87 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 Dext2fs_vfsops.c106 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 Dext2fs_extern.h67 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 Dext2fs_extents.h104 struct m_ext2fs;
108 struct ext4_extent_path *ext4_ext_find_extent(struct m_ext2fs *fs,
H A Dext2fs_inode.c116 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 Dext2fs_readwrite.c157 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 Dext2fs_htree.c142 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 Dext2fs_balloc.c98 struct m_ext2fs *fs; in ext2fs_balloc()
357 struct m_ext2fs *fs = ip->i_e2fs; in ext2fs_gop_alloc()
H A Dext2fs_subr.c85 struct m_ext2fs *fs; in ext2fs_blkatoff()
H A Dext2fs_lookup.c79 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 Dext2fs_bmap.c135 struct m_ext2fs *fs; in ext4_bmapext()
H A Dext2fs_extents.c181 ext4_ext_find_extent(struct m_ext2fs *fs, struct inode *ip, in ext4_ext_find_extent()
H A Dext2fs.h240 struct m_ext2fs { struct
/netbsd-src/usr.sbin/installboot/
H A Dext2fs.c88 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 Dext2fs.c138 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 Dsetup.c91 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 Dfsck.h106 extern struct m_ext2fs sblock;
H A Dmain.c96 struct m_ext2fs sblock;
H A Dpass5.c86 struct m_ext2fs *fs = &sblock; in pass5()
/netbsd-src/sys/ufs/ufs/
H A Dufsmount.h84 struct m_ext2fs *e2fs; /* EXT2FS */
H A Dinode.h109 struct m_ext2fs *e2fs; /* EXT2FS */
/netbsd-src/sbin/newfs_ext2fs/
H A Dmke2fs.c165 * 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