Lines Matching defs:create
469 * create==0 and the blocks are pre-allocated and unwritten, the resulting @map
470 * is marked as unwritten. If the create == 1, it will mark @map as mapped.
590 * ext4_ext_get_block() returns the create = 0
612 * with create == 1 flag.
778 struct buffer_head *bh, int create)
781 create ? EXT4_GET_BLOCKS_CREATE : 0);
790 struct buffer_head *bh_result, int create)
794 ext4_debug("ext4_get_block_unwritten: inode %lu, create flag %d\n",
795 inode->i_ino, create);
814 * `handle' can be NULL if create is zero
821 int create = map_flags & EXT4_GET_BLOCKS_CREATE;
826 || handle != NULL || create == 0);
827 ASSERT(create == 0 || !nowait);
834 return create ? ERR_PTR(-ENOSPC) : NULL;
845 ASSERT(create != 0);
1809 struct buffer_head *bh, int create)
1814 BUG_ON(create == 0);
2561 * we will soon create the block for the 1st page, so
4134 /* If we zero-out tail of the page, we have to create jinode for jbd2 */