/src/sys/ufs/ext2fs/ |
ext2fs_extents.h | 104 struct m_ext2fs; 108 struct ext4_extent_path *ext4_ext_find_extent(struct m_ext2fs *fs,
|
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);
|
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; 175 struct m_ext2fs *fs; 210 ext2fs_dirpref(struct m_ext2fs *fs) 250 struct m_ext2fs *fs [all...] |
ext2fs_vfsops.c | 106 static int ext2fs_sbfill(struct m_ext2fs *, int); 295 ext2fs_sb_setmountinfo(struct m_ext2fs *fs, struct mount *mp) 320 struct m_ext2fs *fs; 360 struct m_ext2fs *fs; 553 ext2fs_loadvnode_content(struct m_ext2fs *fs, ino_t ino, struct buf *bp, struct inode *ip) 603 struct m_ext2fs *fs; 707 struct m_ext2fs *m_fs; 824 struct m_ext2fs *fs; 877 struct m_ext2fs *fs; 966 struct m_ext2fs *fs [all...] |
ext2fs_inode.c | 116 struct m_ext2fs *fs = ip->i_e2fs; 141 struct m_ext2fs * const fs = ip->i_e2fs; 157 struct m_ext2fs * const fs = ip->i_e2fs; 240 struct m_ext2fs *fs; 295 struct m_ext2fs *fs; 502 struct m_ext2fs *fs = ip->i_e2fs;
|
ext2fs_subr.c | 85 struct m_ext2fs *fs;
|
ext2fs_readwrite.c | 157 struct m_ext2fs *fs; 268 struct m_ext2fs *fs; 365 struct m_ext2fs *fs;
|
ext2fs_balloc.c | 98 struct m_ext2fs *fs; 357 struct m_ext2fs *fs = ip->i_e2fs;
|
ext2fs_htree.c | 142 struct m_ext2fs *fs; 388 struct m_ext2fs *m_fs; 487 struct m_ext2fs *m_fs; 713 struct m_ext2fs *m_fs; 807 struct m_ext2fs *m_fs;
|
ext2fs_extents.c | 181 ext4_ext_find_extent(struct m_ext2fs *fs, struct inode *ip,
|
ext2fs_bmap.c | 135 struct m_ext2fs *fs;
|
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) 159 struct m_ext2fs *fs = VTOI(vp)->i_e2fs;
|
ext2fs.h | 240 struct m_ext2fs { struct
|
/src/usr.sbin/installboot/ |
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) 163 ext2fs_read_gdblock(ib_params *params, struct m_ext2fs *fs) 196 uint8_t sbbuf[sizeof(struct m_ext2fs)]; 197 struct m_ext2fs *fs; 402 uint8_t sbbuf[sizeof(struct m_ext2fs)]; 403 struct m_ext2fs *fs;
|
/src/sys/lib/libsa/ |
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; 208 struct m_ext2fs *fs = fp->f_fs; 317 struct m_ext2fs *fs = fp->f_fs; 412 read_sblock(struct open_file *f, struct m_ext2fs *fs) 439 /* compute in-memory m_ext2fs values */ 458 read_gdblock(struct open_file *f, struct m_ext2fs *fs [all...] |
/src/sbin/fsck_ext2fs/ |
fsck.h | 106 extern struct m_ext2fs sblock;
|
setup.c | 91 int calcsb(const char *, int, struct m_ext2fs *); 114 struct m_ext2fs proto; 503 calcsb(const char *dev, int devfd, struct m_ext2fs *fs) 515 memset(fs, 0, sizeof(struct m_ext2fs));
|
main.c | 96 struct m_ext2fs sblock;
|
pass5.c | 86 struct m_ext2fs *fs = &sblock;
|
/src/sys/ufs/ufs/ |
ufsmount.h | 84 struct m_ext2fs *e2fs; /* EXT2FS */
|
inode.h | 109 struct m_ext2fs *e2fs; /* EXT2FS */
|
/src/sbin/newfs_ext2fs/ |
mke2fs.c | 165 * We don't have to use or setup whole in-memory m_ext2fs structure, 169 struct m_ext2fs m_ext2fs; member in union:__anon3b3fb22e010a 172 #define sblock ext2fsun.m_ext2fs 173 #define gd ext2fsun.m_ext2fs.e2fs_gd
|