Home
last modified time | relevance | path

Searched refs:unwritten (Results 1 – 4 of 4) sorted by relevance

/fs/xfs/
Dxfs_aops.c46 int *unwritten) in xfs_count_page_state() argument
50 *delalloc = *unwritten = 0; in xfs_count_page_state()
55 (*unwritten) = 1; in xfs_count_page_state()
1106 int delalloc, unwritten; in xfs_vm_releasepage() local
1110 xfs_count_page_state(page, &delalloc, &unwritten); in xfs_vm_releasepage()
1114 if (WARN_ON(unwritten)) in xfs_vm_releasepage()
Dxfs_trace.h939 __field(int, unwritten)
942 int delalloc = -1, unwritten = -1;
945 xfs_count_page_state(page, &delalloc, &unwritten);
952 __entry->unwritten = unwritten;
962 __entry->unwritten)
/fs/ext3/
DKconfig39 unwritten data to appear in files after an system crash or
/fs/ocfs2/
Daops.c1211 u32 phys, unsigned int unwritten, in ocfs2_write_cluster() argument
1252 } else if (unwritten) { in ocfs2_write_cluster()