Lines Matching refs:block
258 * Return flags for the block iterator functions
265 * Block interate flags
268 * function should be called on blocks where the block number is zero.
269 * This is used by ext2fs_expand_dir() to be able to add a new block
283 * modify returned block number.
297 * Magic "block count" return values for the block iterator function.
321 blk64_t e_pblk; /* first physical block */
322 blk64_t e_lblk; /* first logical block extent covers */
382 * Flags for directory block reading and writing functions
695 /* block.c */
721 blk_t block, blk_t *phys_blk);
724 char *block_buf, int bmap_flags, blk64_t block,
792 extern errcode_t ext2fs_read_dir_block(ext2_filsys fs, blk_t block,
794 extern errcode_t ext2fs_read_dir_block2(ext2_filsys fs, blk_t block,
796 extern errcode_t ext2fs_write_dir_block(ext2_filsys fs, blk_t block,
798 extern errcode_t ext2fs_write_dir_block2(ext2_filsys fs, blk_t block,
847 extern errcode_t ext2fs_read_ext_attr(ext2_filsys fs, blk_t block, void *buf);
848 extern errcode_t ext2fs_write_ext_attr(ext2_filsys fs, blk_t block,
1067 ext2_ino_t parent_ino, char **block);
1340 * Mark the block bitmap as dirty
1356 * Check to see if a filesystem's block bitmap is dirty
1364 * Return the group # of a block
1381 * Return the first block (inclusive) in a group
1390 * Return the last block (inclusive) in a group