Lines Matching defs:create
41 struct buffer_head *bh_result, int create)
53 (unsigned long long)iblock, bh_result, create);
78 /* We don't use the page cache to create symlink data, so if
122 struct buffer_head *bh_result, int create)
128 ret = ocfs2_get_block(inode, iblock, bh_result, create);
135 struct buffer_head *bh_result, int create)
144 (unsigned long long)iblock, bh_result, create);
152 err = ocfs2_symlink_get_block(inode, iblock, bh_result, create);
179 if (create && p_blkno == 0 && ocfs2_sparse_alloc(osb)) {
209 if (create && (iblock >= past_eof))
2143 struct buffer_head *bh_result, int create)
2187 ret = ocfs2_lock_get_block(inode, iblock, bh_result, create);