Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/fs/ext2fs/
HDext2_extern.h63 void ext2_clusteracct(struct m_ext2fs *, char *, int, daddr_t, int);
65 void ext2_fserr(struct m_ext2fs *, uid_t, char *);
89 int ext2_cg_has_sb(struct m_ext2fs *fs, int cg);
102 int ext2_gd_csum_verify(struct m_ext2fs *fs, struct cdev *dev);
103 void ext2_gd_csum_set(struct m_ext2fs *fs);
HDext2_alloc.c63 static daddr_t ext2_mapsearch(struct m_ext2fs *, char *, daddr_t);
86 struct m_ext2fs *fs; in ext2_alloc()
140 struct m_ext2fs *fs; in ext2_allocfacl()
182 struct m_ext2fs *fs; in ext2_reallocblks()
374 struct m_ext2fs *fs; in ext2_valloc()
470 struct m_ext2fs *fs; in ext2_dirpref()
620 struct m_ext2fs *fs; in ext2_hashalloc()
661 ext2_cg_num_gdb(struct m_ext2fs *fs, int cg) in ext2_cg_num_gdb()
686 ext2_num_base_meta_blocks(struct m_ext2fs *fs, int cg) in ext2_num_base_meta_blocks()
707 ext2_get_cg_number(struct m_ext2fs *fs, daddr_t blk) in ext2_get_cg_number()
[all …]
HDext2_csum.c94 ext2_gd_csum(struct m_ext2fs *fs, uint32_t block_group, struct ext2_gd *gd) in ext2_gd_csum()
119 ext2_gd_csum_verify(struct m_ext2fs *fs, struct cdev *dev) in ext2_gd_csum_verify()
140 ext2_gd_csum_set(struct m_ext2fs *fs) in ext2_gd_csum_set()
HDext2_vfsops.c98 struct ext2fs * es, struct m_ext2fs * fs);
116 struct m_ext2fs *fs; in ext2_mount()
325 struct m_ext2fs *fs) in compute_sb_data()
486 struct m_ext2fs *fs; in ext2_reload()
580 struct m_ext2fs *fs; in ext2_mountfs()
647 ump->um_e2fs = malloc(sizeof(struct m_ext2fs), in ext2_mountfs()
750 struct m_ext2fs *fs; in ext2_unmount()
811 struct m_ext2fs *fs; in ext2_statfs()
868 struct m_ext2fs *fs; in ext2_sync()
940 struct m_ext2fs *fs; in ext2_vget()
[all …]
HDext2_extents.h97 struct m_ext2fs;
101 ext4_ext_find_extent(struct m_ext2fs *fs,
HDext2_extattr.c170 struct m_ext2fs *fs; in ext2_extattr_inode_list()
244 struct m_ext2fs *fs; in ext2_extattr_block_list()
311 struct m_ext2fs *fs; in ext2_extattr_inode_get()
385 struct m_ext2fs *fs; in ext2_extattr_block_get()
513 struct m_ext2fs *fs; in ext2_extattr_inode_delete()
604 struct m_ext2fs *fs; in ext2_extattr_block_clone()
645 struct m_ext2fs *fs; in ext2_extattr_block_delete()
876 struct m_ext2fs *fs; in ext2_extattr_inode_set()
1036 struct m_ext2fs *fs; in ext2_extattr_block_set()
1184 struct m_ext2fs *fs; in ext2_extattr_free()
HDext2_subr.c66 struct m_ext2fs *fs; in ext2_blkatoff()
135 ext2_clusteracct(struct m_ext2fs *fs, char *bbp, int cg, daddr_t bno, int cnt) in ext2_clusteracct()
HDext2_mount.h50 struct m_ext2fs *um_e2fs; /* EXT2FS */
HDext2_htree.c217 struct m_ext2fs *fs; in ext2_htree_node_limit()
233 struct m_ext2fs *m_fs; in ext2_htree_find_leaf()
328 struct m_ext2fs *m_fs; in ext2_htree_lookup()
626 struct m_ext2fs *m_fs; in ext2_htree_create_index()
732 struct m_ext2fs *m_fs; in ext2_htree_add_entry()
HDext2_inode.c73 struct m_ext2fs *fs; in ext2_update()
123 struct m_ext2fs *fs; in ext2_truncate()
382 struct m_ext2fs *fs = ip->i_e2fs; in ext2_indirtrunc()
HDinode.h78 struct m_ext2fs *i_e2fs; /* EXT2FS */
HDext2_vnops.c1673 struct m_ext2fs *fs; in ext2_deleteextattr()
1711 struct m_ext2fs *fs; in ext2_getextattr()
1754 struct m_ext2fs *fs; in ext2_listextattr()
1795 struct m_ext2fs *fs; in ext2_setextattr()
2000 struct m_ext2fs *fs; in ext2_ind_read()
2127 struct m_ext2fs *fs; in ext4_ext_read()
2242 struct m_ext2fs *fs; in ext2_write()
HDext2_extents.c168 ext4_ext_find_extent(struct m_ext2fs *fs, struct inode *ip, in ext4_ext_find_extent()
HDext2_balloc.c63 struct m_ext2fs *fs; in ext2_balloc()
HDext2fs.h152 struct m_ext2fs { struct
HDext2_inode_cnv.c142 struct m_ext2fs *fs; in ext2_i2ei()
HDext2_bmap.c96 struct m_ext2fs *fs; in ext4_bmapext()