Home | History | Annotate | Download | only in e2fsck

Lines Matching refs:blk_t

114 	blk_t		phys;
116 blk_t parent;
214 blk_t use_superblock; /* sb requested by user */
215 blk_t superblock; /* sb used to open fs */
419 extern errcode_t ea_refcount_fetch(ext2_refcount_t refcount, blk_t blk,
422 blk_t blk, int *ret);
424 blk_t blk, int *ret);
426 blk_t blk, int count);
427 extern blk_t ext2fs_get_refcount_size(ext2_refcount_t refcount);
429 extern blk_t ea_refcount_intr_next(ext2_refcount_t refcount, int *ret);
490 extern errcode_t e2fsck_zero_blocks(ext2_filsys fs, blk_t blk, int num,
491 blk_t *ret_blk, int *ret_count);
519 extern blk_t get_backup_sb(e2fsck_t ctx, ext2_filsys fs,