Home
last modified time | relevance | path

Searched refs:XFS_IO_DELALLOC (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/fs/xfs/
Dxfs_aops.h27 XFS_IO_DELALLOC, /* covers delalloc region */ enumerator
33 { XFS_IO_DELALLOC, "delalloc" }, \
Dxfs_aops.c317 if (type == XFS_IO_DELALLOC && in xfs_map_blocks()
661 if (type == XFS_IO_DELALLOC) in xfs_check_page_type()
777 type = XFS_IO_DELALLOC; in xfs_convert_page()
889 if (!xfs_check_page_type(page, XFS_IO_DELALLOC, true)) in xfs_aops_discard_page()
1081 if (type != XFS_IO_DELALLOC) { in xfs_vm_writepage()
1082 type = XFS_IO_DELALLOC; in xfs_vm_writepage()
1436 : XFS_IO_DELALLOC, &imap); in __xfs_get_blocks()