Lines Matching refs:create
41 struct buffer_head *bh_result, int create) in ocfs2_symlink_get_block() argument
52 (unsigned long long)iblock, bh_result, create); in ocfs2_symlink_get_block()
115 struct buffer_head *bh_result, int create) in ocfs2_lock_get_block() argument
121 ret = ocfs2_get_block(inode, iblock, bh_result, create); in ocfs2_lock_get_block()
128 struct buffer_head *bh_result, int create) in ocfs2_get_block() argument
137 (unsigned long long)iblock, bh_result, create); in ocfs2_get_block()
145 err = ocfs2_symlink_get_block(inode, iblock, bh_result, create); in ocfs2_get_block()
171 if (create && p_blkno == 0 && ocfs2_sparse_alloc(osb)) { in ocfs2_get_block()
201 if (create && (iblock >= past_eof)) in ocfs2_get_block()
2117 struct buffer_head *bh_result, int create) in ocfs2_dio_wr_get_block() argument
2161 ret = ocfs2_lock_get_block(inode, iblock, bh_result, create); in ocfs2_dio_wr_get_block()