Home
last modified time | relevance | path

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

/linux-4.1.27/fs/ocfs2/
Daops.c182 if (create && p_blkno == 0 && ocfs2_sparse_alloc(osb)) { in ocfs2_get_block()
194 if (!ocfs2_sparse_alloc(osb)) { in ocfs2_get_block()
836 if (ocfs2_sparse_alloc(OCFS2_SB(inode->i_sb))) in ocfs2_direct_IO_write()
1049 if (ocfs2_sparse_alloc(OCFS2_SB(inode->i_sb))) in ocfs2_should_read_blk()
1977 BUG_ON(ocfs2_sparse_alloc(OCFS2_SB(inode->i_sb))); in ocfs2_expand_nonsparse_inode()
1997 BUG_ON(!ocfs2_sparse_alloc(OCFS2_SB(inode->i_sb))); in ocfs2_zero_tail()
2079 if (ocfs2_sparse_alloc(osb)) in ocfs2_write_begin_nolock()
Docfs2.h483 static inline int ocfs2_sparse_alloc(struct ocfs2_super *osb) in ocfs2_sparse_alloc() function
495 if (!ocfs2_sparse_alloc(osb)) in ocfs2_writes_unwritten_extents()
Dfile.c581 BUG_ON(mark_unwritten && !ocfs2_sparse_alloc(osb)); in __ocfs2_extend_allocation()
1104 if (ocfs2_sparse_alloc(OCFS2_SB(inode->i_sb))) in ocfs2_extend_file()
1987 !ocfs2_sparse_alloc(osb)) in ocfs2_change_file_space()
Dmove_extents.c188 (ocfs2_sparse_alloc(osb) && num_free_extents < max_recs_needed)) in ocfs2_lock_allocators_move_extents()
Dalloc.c230 mlog_bug_on_msg(!ocfs2_sparse_alloc(osb) && in ocfs2_dinode_insert_check()
5635 (ocfs2_sparse_alloc(osb) && num_free_extents < max_recs_needed)) in ocfs2_reserve_blocks_for_rec_trunc()
6637 BUG_ON(!ocfs2_sparse_alloc(OCFS2_SB(sb))); in ocfs2_zero_cluster_pages()
6733 if (!ocfs2_sparse_alloc(OCFS2_SB(sb))) in ocfs2_zero_range_for_truncate()
6912 if (!ocfs2_sparse_alloc(osb) && in ocfs2_convert_inline_data_to_extents()
Dsuballoc.c2713 (ocfs2_sparse_alloc(osb) && num_free_extents < max_recs_needed)) { in ocfs2_lock_allocators()