Searched defs:bmap_flags (Results 1 - 1 of 1) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
H A Dbmap.c30 char *block_buf, int bmap_flags,
133 char *block_buf, int bmap_flags, blk64_t block,
144 if (!(bmap_flags & BMAP_SET))
166 if (bmap_flags & BMAP_SET) {
188 if ((*phys_blk == 0) && (bmap_flags & BMAP_ALLOC)) {
215 if (bmap_flags & BMAP_SET) {
225 if ((*phys_blk == 0) && (bmap_flags & BMAP_ALLOC)) {
242 if (!(bmap_flags & BMAP_ALLOC)) {
243 if (bmap_flags & BMAP_SET)
255 retval = block_ind_bmap(fs, bmap_flags,
132 ext2fs_bmap2(ext2_filsys fs, ext2_ino_t ino, struct ext2_inode *inode, char *block_buf, int bmap_flags, blk64_t block, int *ret_flags, blk64_t *phys_blk) argument
320 ext2fs_bmap(ext2_filsys fs, ext2_ino_t ino, struct ext2_inode *inode, char *block_buf, int bmap_flags, blk_t block, blk_t *phys_blk) argument
[all...]

Completed in 124 milliseconds