Searched refs:mark_unwritten (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/fs/ocfs2/ |
D | file.h | 48 int mark_unwritten, 69 u32 clusters_to_add, int mark_unwritten);
|
D | file.c | 542 int mark_unwritten, in ocfs2_add_inode_data() argument 554 clusters_to_add, mark_unwritten, in ocfs2_add_inode_data() 561 u32 clusters_to_add, int mark_unwritten) in __ocfs2_extend_allocation() argument 581 BUG_ON(mark_unwritten && !ocfs2_sparse_alloc(osb)); in __ocfs2_extend_allocation() 639 mark_unwritten, in __ocfs2_extend_allocation() 713 u32 clusters_to_add, int mark_unwritten) in ocfs2_extend_allocation() argument 716 clusters_to_add, mark_unwritten); in ocfs2_extend_allocation()
|
D | alloc.h | 113 int mark_unwritten,
|
D | alloc.c | 4736 int mark_unwritten, in ocfs2_add_clusters_in_btree() argument 4753 if (mark_unwritten) in ocfs2_add_clusters_in_btree()
|
/linux-4.1.27/fs/ext4/ |
D | ext4.h | 2954 int mark_unwritten,int *err);
|