Lines Matching defs:create
43 struct buffer_head *bh_result, int create)
55 (unsigned long long)iblock, bh_result, create);
80 /* We don't use the page cache to create symlink data, so if
124 struct buffer_head *bh_result, int create)
130 ret = ocfs2_get_block(inode, iblock, bh_result, create);
137 struct buffer_head *bh_result, int create)
146 (unsigned long long)iblock, bh_result, create);
154 err = ocfs2_symlink_get_block(inode, iblock, bh_result, create);
181 if (create && p_blkno == 0 && ocfs2_sparse_alloc(osb)) {
211 if (create && (iblock >= past_eof))
2146 struct buffer_head *bh_result, int create)
2190 ret = ocfs2_lock_get_block(inode, iblock, bh_result, create);