dumplen          2098 fs/xfs/xfs_log.c 			int dumplen = min(vec->i_len, 32);
dumplen          2103 fs/xfs/xfs_log.c 			xfs_warn(mp, "    first %d bytes of iovec[%d]:", dumplen, i);
dumplen          2104 fs/xfs/xfs_log.c 			xfs_hex_dump(vec->i_addr, dumplen);