io_append_trans   140 fs/xfs/xfs_aops.c 	ioend->io_append_trans = tp;
io_append_trans   207 fs/xfs/xfs_aops.c 	struct xfs_trans	*tp = ioend->io_append_trans;
io_append_trans   273 fs/xfs/xfs_aops.c 		ASSERT(!xfs_ioend_is_append(ioend) || ioend->io_append_trans);
io_append_trans   276 fs/xfs/xfs_aops.c 	if (ioend->io_append_trans)
io_append_trans   322 fs/xfs/xfs_aops.c 	if (!ioend->io_append_trans) {
io_append_trans   323 fs/xfs/xfs_aops.c 		ioend->io_append_trans = next->io_append_trans;
io_append_trans   324 fs/xfs/xfs_aops.c 		next->io_append_trans = NULL;
io_append_trans   345 fs/xfs/xfs_aops.c 		if (next_ioend->io_append_trans)
io_append_trans   407 fs/xfs/xfs_aops.c 	    ioend->io_append_trans != NULL) {
io_append_trans   669 fs/xfs/xfs_aops.c 	    !ioend->io_append_trans)
io_append_trans   720 fs/xfs/xfs_aops.c 	ioend->io_append_trans = NULL;
io_append_trans    21 fs/xfs/xfs_aops.h 	struct xfs_trans	*io_append_trans;/* xact. for size update */