Lines Matching defs:create
500 * create==0 and the blocks are pre-allocated and unwritten, the resulting @map
501 * is marked as unwritten. If the create == 1, it will mark @map as mapped.
614 * ext4_ext_get_block() returns the create = 0
636 * with create == 1 flag.
807 struct buffer_head *bh, int create)
810 create ? EXT4_GET_BLOCKS_CREATE : 0);
819 struct buffer_head *bh_result, int create)
821 ext4_debug("ext4_get_block_unwritten: inode %lu, create flag %d\n",
822 inode->i_ino, create);
831 * `handle' can be NULL if create is zero
838 int create = map_flags & EXT4_GET_BLOCKS_CREATE;
842 || handle != NULL || create == 0);
849 return create ? ERR_PTR(-ENOSPC) : NULL;
857 J_ASSERT(create != 0);
1822 struct buffer_head *bh, int create)
1827 BUG_ON(create == 0);
2749 * we will soon create the block for the 1st page, so
4234 /* If we zero-out tail of the page, we have to create jinode for jbd2 */