Home
last modified time | relevance | path

Searched refs:io_type (Results 1 – 3 of 3) sorted by relevance

/fs/xfs/linux-2.6/
Dxfs_aops.h30 unsigned int io_type; /* delalloc / unwritten */ member
Dxfs_aops.c221 ASSERT(ioend->io_type != IOMAP_READ); in xfs_setfilesize()
335 ioend->io_type = type; in xfs_alloc_ioend()
575 if (!ioend || need_ioend || type != ioend->io_type) { in xfs_add_to_ioend()
805 if (!xfs_is_delayed_page(page, (*ioendp)->io_type)) in xfs_convert_page()
1498 if (ioend->io_type == IOMAP_READ) { in xfs_end_io_direct()
/fs/
Dcompat_ioctl.c1526 char io_type; member