Home
last modified time | relevance | path

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

/linux-2.6.39/fs/xfs/linux-2.6/
Dxfs_aops.c912 xfs_ioend_t *ioend = NULL, *iohead = NULL; in xfs_vm_writepage() local
1045 if (!iohead) in xfs_vm_writepage()
1046 iohead = ioend; in xfs_vm_writepage()
1074 if (iohead) in xfs_vm_writepage()
1075 xfs_submit_ioend(wbc, iohead); in xfs_vm_writepage()
1080 if (iohead) in xfs_vm_writepage()
1081 xfs_cancel_ioend(iohead); in xfs_vm_writepage()