Home
last modified time | relevance | path

Searched refs:ocfs2_sparse_alloc (Results 1 – 5 of 5) sorted by relevance

/linux/fs/ocfs2/
H A Daops.c171 if (create && p_blkno == 0 && ocfs2_sparse_alloc(osb)) { in ocfs2_get_block()
183 if (!ocfs2_sparse_alloc(osb)) { in ocfs2_get_block()
557 if (ocfs2_sparse_alloc(OCFS2_SB(inode->i_sb))) in ocfs2_should_read_blk()
1595 BUG_ON(ocfs2_sparse_alloc(OCFS2_SB(inode->i_sb))); in ocfs2_expand_nonsparse_inode()
1617 BUG_ON(!ocfs2_sparse_alloc(OCFS2_SB(inode->i_sb))); in ocfs2_zero_tail()
1663 if (ocfs2_sparse_alloc(osb)) in ocfs2_write_begin_nolock()
2203 if (ocfs2_sparse_alloc(osb)) in ocfs2_dio_wr_get_block()
H A Docfs2.h530 static inline int ocfs2_sparse_alloc(struct ocfs2_super *osb) in ocfs2_sparse_alloc() function
542 if (!ocfs2_sparse_alloc(osb)) in ocfs2_writes_unwritten_extents()
H A Dmove_extents.c163 (ocfs2_sparse_alloc(osb) && num_free_extents < max_recs_needed)) in ocfs2_lock_meta_allocator_move_extents()
H A Dalloc.c222 mlog_bug_on_msg(!ocfs2_sparse_alloc(osb) && in ocfs2_dinode_insert_check()
5683 (ocfs2_sparse_alloc(osb) && num_free_extents < max_recs_needed)) in ocfs2_reserve_blocks_for_rec_trunc()
6879 BUG_ON(!ocfs2_sparse_alloc(OCFS2_SB(sb))); in ocfs2_zero_cluster_folios()
6973 if (!ocfs2_sparse_alloc(OCFS2_SB(sb))) in ocfs2_zero_range_for_truncate()
H A Dsuballoc.c2760 (ocfs2_sparse_alloc(osb) && num_free_extents < max_recs_needed)) { in ocfs2_lock_allocators()