Searched refs:mark_unwritten (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/fs/ocfs2/ |
D | file.h | 48 int mark_unwritten, 69 u32 clusters_to_add, int mark_unwritten);
|
D | file.c | 546 int mark_unwritten, in ocfs2_add_inode_data() argument 558 clusters_to_add, mark_unwritten, in ocfs2_add_inode_data() 565 u32 clusters_to_add, int mark_unwritten) in __ocfs2_extend_allocation() argument 585 BUG_ON(mark_unwritten && !ocfs2_sparse_alloc(osb)); in __ocfs2_extend_allocation() 643 mark_unwritten, in __ocfs2_extend_allocation() 717 u32 clusters_to_add, int mark_unwritten) in ocfs2_extend_allocation() argument 720 clusters_to_add, mark_unwritten); in ocfs2_extend_allocation()
|
D | alloc.h | 113 int mark_unwritten,
|
D | alloc.c | 4755 int mark_unwritten, in ocfs2_add_clusters_in_btree() argument 4772 if (mark_unwritten) in ocfs2_add_clusters_in_btree()
|
/linux-4.4.14/fs/ext4/ |
D | ext4.h | 3181 int mark_unwritten,int *err);
|