Home | History | Annotate | Download | only in ext2fs

Lines Matching full:blk64_t

77 typedef __u64		blk64_t;
246 errcode_t (*get_alloc_block)(ext2_filsys fs, blk64_t goal,
247 blk64_t *ret);
248 void (*block_alloc_stats)(ext2_filsys fs, blk64_t blk, int inuse);
321 blk64_t e_pblk; /* first physical block */
322 blk64_t e_lblk; /* first logical block extent covers */
375 blk64_t max_lblk;
376 blk64_t max_pblk;
575 blk64_t goal,
576 blk64_t *ret),
578 blk64_t goal,
579 blk64_t *ret));
587 blk64_t blk,
590 blk64_t blk,
724 char *block_buf, int bmap_flags, blk64_t block,
725 int *ret_flags, blk64_t *phys_blk);
869 blk64_t logical, blk64_t physical,
875 blk64_t blk);
951 blk64_t *retblocks);
959 blk64_t num_blocks);
961 blk64_t num_blocks);
962 errcode_t ext2fs_iblk_set(ext2_filsys fs, struct ext2_inode *inode, blk64_t b);