Lines Matching refs:create
44 struct buffer_head *bh_result, int create) in ocfs2_symlink_get_block() argument
56 (unsigned long long)iblock, bh_result, create); in ocfs2_symlink_get_block()
125 struct buffer_head *bh_result, int create) in ocfs2_lock_get_block() argument
131 ret = ocfs2_get_block(inode, iblock, bh_result, create); in ocfs2_lock_get_block()
138 struct buffer_head *bh_result, int create) in ocfs2_get_block() argument
147 (unsigned long long)iblock, bh_result, create); in ocfs2_get_block()
155 err = ocfs2_symlink_get_block(inode, iblock, bh_result, create); in ocfs2_get_block()
182 if (create && p_blkno == 0 && ocfs2_sparse_alloc(osb)) { in ocfs2_get_block()
212 if (create && (iblock >= past_eof)) in ocfs2_get_block()
2141 struct buffer_head *bh_result, int create) in ocfs2_dio_wr_get_block() argument
2185 ret = ocfs2_lock_get_block(inode, iblock, bh_result, create); in ocfs2_dio_wr_get_block()